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 cfb6273 commit 07ff3f3Copy full SHA for 07ff3f3
package.json
@@ -15,7 +15,6 @@
15
"check-coverage": "istanbul check-coverage -statement 100 -branch 100 -function 100 -line 100",
16
"minify": "uglifyjs jsonata.js -o jsonata.min.js --compress --mangle",
17
"lint": "eslint .",
18
- "postlint": "npm run doc",
19
"doc": "jsdoc --configure jsdoc.json .",
20
"cover": "istanbul cover _mocha",
21
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
0 commit comments