Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 3d1b14d

Browse files
author
Daniel Kaminski de Souza
committed
🎨 Rebase.
1 parent 3054095 commit 3d1b14d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neo4j-graphql-js",
3-
"version": "2.19.1",
3+
"version": "2.19.0",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j. ",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -9,13 +9,13 @@
99
"neo4j:start": "sudo bash ./scripts/start-neo4j.sh",
1010
"neo4j:stop": "sudo bash ./scripts/stop-and-clear-neo4j.sh",
1111
"prestart": "npm run neo4j:start",
12+
"prestart-gateway": "npm run neo4j:start",
1213
"start": "nodemon ./example/apollo-server/movies.js --exec babel-node -e js",
1314
"autogen": "nodemon ./example/autogenerated/autogen.js --exec babel-node -e js",
1415
"start-middleware": "nodemon ./example/apollo-server/movies-middleware.js --exec babel-node -e js",
1516
"start-typedefs": "nodemon ./example/apollo-server/movies-typedefs.js --exec babel-node -e js",
1617
"start-interface": "DEBUG=neo4j-graphql.js nodemon ./example/apollo-server/interface-union-example.js --exec babel-node -e js",
1718
"start-gateway": "nodemon ./example/apollo-federation/gateway.js --exec babel-node -e js",
18-
"prestart-gateway": "npm run neo4j:start",
1919
"start-bookmark-example": "nodemon ./example/apollo-server/bookmarks.js --exec babel-node -e js",
2020
"start-auth-example": "JWT_SECRET=oqldBPU1yMXcrTwcha1a9PGi9RHlPVzQ nodemon ./example/apollo-server/authScopes.js --exec babel-node -e js",
2121
"build": "babel src --presets @babel/preset-env --out-dir dist",
@@ -78,11 +78,11 @@
7878
"apollo-server-errors": "^2.4.1",
7979
"debug": "^4.1.1",
8080
"dotenv": "^8.2.0",
81-
"graphql": "^15.4.0",
8281
"graphql-auth-directives": "^2.2.1",
83-
"graphql-tools": "^7.0.2",
8482
"lodash": "^4.17.19",
85-
"neo4j-driver": "^4.2.1"
83+
"neo4j-driver": "^4.2.1",
84+
"graphql": "^15.4.0",
85+
"graphql-tools": "^7.0.2"
8686
},
8787
"ava": {
8888
"require": [

0 commit comments

Comments
 (0)