Skip to content

Commit 806887e

Browse files
author
Alfred Lau
committed
experimenting
1 parent a470c76 commit 806887e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
"dist",
1717
"index.d.ts"
1818
],
19-
"types": "index.d.ts",
19+
"types": "dist/index.d.ts",
2020
"sideEffects": false,
2121
"scripts": {
2222
"prepublish": "./scripts/prepublish.sh",
23-
"prepare": "./scripts/prepublish.sh",
2423
"preversion": ". ./scripts/prepublish.sh",
2524
"dev": "NODE_ENV=development ./node_modules/hjs-webpack/bin/hjs-dev-server.js",
2625
"build": "NODE_ENV=production webpack",

0 commit comments

Comments
 (0)