Skip to content

Commit 7eac0ae

Browse files
committed
Simplify docs npm script
1 parent 2d3dadd commit 7eac0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start-neo4j": "gulp start-neo4j",
1515
"stop-neo4j": "gulp stop-neo4j",
1616
"run-tck": "gulp run-tck",
17-
"docs": "node_modules/.bin/esdoc -c esdoc.json"
17+
"docs": "esdoc -c esdoc.json"
1818
},
1919
"main": "lib/index.js",
2020
"devDependencies": {

0 commit comments

Comments
 (0)