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 ce052c8 commit ea2506cCopy full SHA for ea2506c
package.json
@@ -9,7 +9,8 @@
9
"compile": "rm -f lib/*.js && node_modules/.bin/babel -d lib/ lib/",
10
"lint": "node_modules/.bin/eslint *.js lib/*.es6 test/",
11
"pretest": "npm run lint",
12
- "test": "node_modules/.bin/_mocha --compilers js:babel-core/register"
+ "test": "node_modules/.bin/_mocha --compilers js:babel-core/register",
13
+ "prepublish": "npm run compile"
14
},
15
"keywords": [
16
"posthtml",
0 commit comments