Skip to content

Commit

Permalink
Upgraded unexpected-documentation-site-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Mar 20, 2016
1 parent f09241e commit b5c8319
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
4 changes: 4 additions & 0 deletions bootstrap-unexpected-markdown.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*global unexpected:true*/
unexpected = require('unexpected');
unexpected.output.preferredWidth = 80;
unexpected.use(require('./lib/unexpectedImage'));
9 changes: 0 additions & 9 deletions generate-site.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"magicpen": "4.11.0",
"mocha": "2.2.5",
"unexpected": "10.3.1",
"unexpected-documentation-site-generator": "3.1.0"
"unexpected-documentation-site-generator": "^4.0.0"
},
"scripts": {
"lint": "jshint .",
"test": "mocha && npm run lint",
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true) && npm run generate-site",
"coverage": "NODE_ENV=development istanbul cover --report text --report lcov _mocha -- --reporter dot && echo google-chrome coverage/lcov-report/index.html",
"generate-site": "node ./generate-site.js && cp magic-pen-6-colours.jpg site-build && cp magic-pen-6-colours.jpg site-build/assertions/string/to-have-metadata-satisfying/",
"update-examples": "node ./generate-site.js --update-examples && npm run generate-site",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js && cp magic-pen-6-colours.jpg site-build && cp magic-pen-6-colours.jpg site-build/assertions/string/to-have-metadata-satisfying/",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
"deploy-site": "deploy-site.sh"
},
"repository": {
Expand Down

0 comments on commit b5c8319

Please sign in to comment.