We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd5bdb commit 2946fb4Copy full SHA for 2946fb4
package.json
@@ -6,7 +6,6 @@
6
"dependencies": {
7
"a-sync-waterfall": "^1.0.0",
8
"asap": "^2.0.3",
9
- "postinstall-build": "^5.0.1",
10
"yargs": "^3.32.0"
11
},
12
"browser": "./browser/nunjucks.js",
@@ -72,7 +71,7 @@
72
71
"codecov": "codecov",
73
"mocha": "mocha -R spec tests",
74
"lint": "eslint nunjucks scripts tests",
75
- "postinstall": "node postinstall-build.js src",
+ "prepare": "npm run build",
76
"test:instrument": "cross-env NODE_ENV=test scripts/bundle.js",
77
"test:runner": "cross-env NODE_ENV=test scripts/testrunner.js",
78
"test": "npm run lint && npm run test:instrument && npm run test:runner"
postinstall-build.js
0 commit comments