Skip to content

Commit 19df617

Browse files
Merge pull request #21 from arendjr/patch-1
Fix `main` and `types` paths
2 parents 9f50ff2 + 4fbff4d commit 19df617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"watch": "tsc -p ./src --watch",
99
"test": "mocha"
1010
},
11-
"main": "lib/index.js",
12-
"types": "lib/index.d.ts",
11+
"main": "index.js",
12+
"types": "index.d.ts",
1313
"license": "MIT",
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)