Skip to content

Commit

Permalink
Merge pull request #21 from arendjr/patch-1
Browse files Browse the repository at this point in the history
Fix `main` and `types` paths
  • Loading branch information
celian-garcia authored Oct 22, 2020
2 parents 9f50ff2 + 4fbff4d commit 19df617
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 19df617

Please sign in to comment.