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.
pkg
node
1 parent c682381 commit 8c36875Copy full SHA for 8c36875
package.json
@@ -30,7 +30,7 @@
30
"lint": "eslint '{src,tests}/**/*.{js,ts}'",
31
"lintfix": "eslint '{src,tests}/**/*.{js,ts}' --fix",
32
"docs": "rimraf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
33
- "pkg": "./scripts/pkg.js --no-dict=leveldown.js",
+ "pkg": "node ./scripts/pkg.js --no-dict=leveldown.js",
34
"typescript-demo-lib": "ts-node -r tsconfig-paths/register --compiler typescript-cached-transpile --transpile-only src/bin/typescript-demo-lib.ts"
35
},
36
"dependencies": {
0 commit comments