File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ var buildOptions = require('node-offline-api').buildOptions
33
44buildOptions . buildDir = process . cwd ( )
55buildOptions . buildName = 'node_apidoc'
6- buildOptions . buildQuiet = true
76
87createDocs ( )
Original file line number Diff line number Diff line change 6666 "concat-stream" : " ^1.5.1" ,
6767 "duplexer" : " ^0.1.1" ,
6868 "hyperquest" : " ^2.0.0" ,
69- "node-offline-api" : " 0.10.2 " ,
69+ "node-offline-api" : " 0.11.0 " ,
7070 "rimraf" : " ^2.5.4" ,
7171 "through" : " ^2.3.8" ,
7272 "through2" : " ^2.0.1" ,
8181 "workshopper-adventure-test" : " ^1.1.2"
8282 },
8383 "scripts" : {
84- "lint" : " ./node_modules/.bin/standard" ,
84+ "lint" : " ./node_modules/.bin/standard --fix " ,
8585 "test" : " npm run lint && ./node_modules/.bin/workshopper-adventure-test" ,
8686 "release" : " ./node_modules/.bin/standard-version"
8787 },
You can’t perform that action at this time.
0 commit comments