Skip to content

Commit

Permalink
Fixing broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Aug 25, 2016
1 parent 0c39db0 commit 3cfd668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap-unexpected-markdown.js
@@ -1,6 +1,8 @@
/*global unexpected:true, sinon:true*/
/*global unexpected:true, sinon:true, Promise:true*/
/* exported Promise */
unexpected = require('unexpected');
unexpected.output.preferredWidth = 80;
sinon = require('sinon');
unexpected.installPlugin(require('./lib/unexpected-sinon'));
require('./test/monkeyPatchSinonStackFrames')(sinon);
Promise = require('rsvp');
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -40,6 +40,7 @@
"mocha": "2.4.5",
"mocha-phantomjs-core": "2.0.1",
"phantomjs-prebuilt": "2.1.7",
"rsvp": "3.0.18",
"serve": "*",
"sinon": "1.17.5",
"unexpected": "10.16.0",
Expand Down

0 comments on commit 3cfd668

Please sign in to comment.