Skip to content

Commit

Permalink
Fix main and types paths
Browse files Browse the repository at this point in the history
These paths should refer to the files as they end up in the NPM package. For more information, please see #20.

Signed-off-by: Arend van Beelen jr <arend@arendjr.nl>
  • Loading branch information
arendjr committed Oct 21, 2020
1 parent 9f50ff2 commit 4fbff4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"watch": "tsc -p ./src --watch",
"test": "mocha"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4fbff4d

Please sign in to comment.