Skip to content

Commit e254899

Browse files
committed
remove jsdoc
1 parent 409f4c8 commit e254899

File tree

2 files changed

+1
-119
lines changed

2 files changed

+1
-119
lines changed

package-lock.json

Lines changed: 0 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "mocha -t 20000",
88
"posttest": "npm run lint",
99
"lint": "jshint lib test",
10-
"docs": "documentation build ./lib/init.js -f html -o out",
10+
"docs": "documentation build ./lib/init.js -f html -o out",
1111
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
1212
"preversion": "npm run lint && npm run changelog",
1313
"postversion": "git push && git push --tags",
@@ -39,7 +39,6 @@
3939
"changelog": "^1.4.2",
4040
"documentation": "^9.1.1",
4141
"ink-docstrap": "^1.3.2",
42-
"jsdoc": "^3.5.5",
4342
"jshint": "^2.9.6",
4443
"mocha": "^5.2.0",
4544
"watch": "^1.0.2"

0 commit comments

Comments
 (0)