Skip to content

Commit 7c40391

Browse files
committed
1 binaries uploaded
1 parent e75c063 commit 7c40391

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
],
1616
"main": "index.mjs",
1717
"type": "module",
18-
"files": [
19-
"index.mjs",
20-
"sqlite-wasm/",
21-
"src/"
22-
],
18+
"files": ["index.mjs", "sqlite-wasm/", "src/"],
2319
"exports": {
2420
".": {
2521
"import": "./index.mjs",
@@ -32,7 +28,6 @@
3228
"sqlite-wasm": "bin/index.js"
3329
},
3430
"scripts": {
35-
"prepare": "npm run build && npm run fix && npm run publint",
3631
"publint": "npx publint",
3732
"clean": "shx rm -rf sqlite-wasm",
3833
"build": "npm run clean && node bin/index.js",

0 commit comments

Comments
 (0)