Skip to content

Commit

Permalink
update to latest node-offline-api with less output, and quicker execu…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
MutableLoss committed Dec 2, 2017
1 parent c65eb64 commit 828b92c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/docbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ var buildOptions = require('node-offline-api').buildOptions

buildOptions.buildDir = process.cwd()
buildOptions.buildName = 'node_apidoc'
buildOptions.buildQuiet = true

createDocs()
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"concat-stream": "^1.5.1",
"duplexer": "^0.1.1",
"hyperquest": "^2.0.0",
"node-offline-api": "0.10.2",
"node-offline-api": "0.11.0",
"rimraf": "^2.5.4",
"through": "^2.3.8",
"through2": "^2.0.1",
Expand All @@ -81,7 +81,7 @@
"workshopper-adventure-test": "^1.1.2"
},
"scripts": {
"lint": "./node_modules/.bin/standard",
"lint": "./node_modules/.bin/standard --fix",
"test": "npm run lint && ./node_modules/.bin/workshopper-adventure-test",
"release": "./node_modules/.bin/standard-version"
},
Expand Down

0 comments on commit 828b92c

Please sign in to comment.