Skip to content

Commit e27e739

Browse files
committed
Fix version of esdocs to work on build agents
Build agents have an old node version installed v4.2.6 and it did not work with newest 0.5.2 version of esdoc. This commit makes esdoc version fixed (removes '^') and changes it to the most up-to-date 0.4.x.
1 parent c55eee2 commit e27e739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"babel-register": "^6.18.0",
2828
"babelify": "^7.3.0",
2929
"browserify": "^13.1.0",
30-
"esdoc": "^0.5.2",
31-
"esdoc-importpath-plugin": "^0.1.1",
30+
"esdoc": "0.4.8",
31+
"esdoc-importpath-plugin": "0.1.1",
3232
"fs-extra": "^1.0.0",
3333
"glob": "^5.0.14",
3434
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)