Skip to content

Commit 07ff3f3

Browse files
remove jsdoc stage
1 parent cfb6273 commit 07ff3f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"check-coverage": "istanbul check-coverage -statement 100 -branch 100 -function 100 -line 100",
1616
"minify": "uglifyjs jsonata.js -o jsonata.min.js --compress --mangle",
1717
"lint": "eslint .",
18-
"postlint": "npm run doc",
1918
"doc": "jsdoc --configure jsdoc.json .",
2019
"cover": "istanbul cover _mocha",
2120
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)