Skip to content

Commit e151ebe

Browse files
committed
Update package.json
1 parent 8a86e03 commit e151ebe

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
@@ -21,8 +21,8 @@
2121
"lint:dev": "npm run eslint && npm run dtslint",
2222
"test": "mocha tests --exit",
2323
"test:dev": "nodenv --exec mocha tests -- --exit",
24-
"docgen": "docgen -s src -o master.json",
25-
"docgen:custom": "docgen -s src --custom docs/index.yml -o master.json",
24+
"docgen": "docgen -s src -o ../docs/master.json",
25+
"docgen:custom": "docgen -s src --custom docs/index.yml -o ../docs/master.json",
2626
"prepublishOnly": "npm run test:dev && npm run docgen:custom",
2727
"dtslint": "dtslint typings"
2828
},

0 commit comments

Comments
 (0)