Skip to content

Commit f82b856

Browse files
committed
update to latest node-offline-api with less output, and quicker execution
1 parent 3ab9e8f commit f82b856

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/docbuild.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ var buildOptions = require('node-offline-api').buildOptions
33

44
buildOptions.buildDir = process.cwd()
55
buildOptions.buildName = 'node_apidoc'
6-
buildOptions.buildQuiet = true
76

87
createDocs()

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
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",
@@ -81,7 +81,7 @@
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
},

0 commit comments

Comments
 (0)