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

Commit

Permalink
fix: package.json types pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopzen committed Mar 9, 2021
1 parent 5d97d06 commit d53132d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.19.2",
"description": "A GraphQL to Cypher query execution layer for Neo4j. ",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./index.d.ts",
"scripts": {
"start": "nodemon ./example/apollo-server/movies.js --exec babel-node -e js",
"autogen": "nodemon ./example/autogenerated/autogen.js --exec babel-node -e js",
Expand Down

0 comments on commit d53132d

Please sign in to comment.