We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844e083 commit e6549e9Copy full SHA for e6549e9
package.json
@@ -16,9 +16,9 @@
16
"pkg": {
17
"assets": [
18
"node_modules/leveldown/**/*",
19
- "node_modules/utp-native/**/*",
20
- "dist/lib/workers/worker.js"
21
- ]
+ "node_modules/utp-native/**/*"
+ ],
+ "scripts": "dist/lib/workers/worker.js"
22
},
23
"scripts": {
24
"build": "tsc -p ./tsconfig.build.json",
0 commit comments