Skip to content

Commit

Permalink
Added benderjs-promise to Bender so tests can be run with PhantomJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed Apr 16, 2015
1 parent fc7a241 commit 9f9d9d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions bender.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var config = {
'benderjs-mocha',
'benderjs-chai',
'benderjs-sinon',
'benderjs-promise',
'dev/bender/plugins/ckeditor5'
],

Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@
},
"devDependencies": {
"almond": "~0.3.0",
"del": "~1.1",
"ncp": "~1.0",
"replace": "~0.3.0",
"benderjs": "~0.2.2",
"benderjs-mocha": "~0.1.4",
"benderjs": "^0.2.3",
"benderjs-chai": "~0.2.0",
"benderjs-sinon": "~0.2.3",
"benderjs-coverage": "~0.2.0",
"benderjs-mocha": "~0.1.4",
"benderjs-promise": "^0.1.0",
"benderjs-sinon": "~0.2.3",
"del": "~1.1",
"grunt": "~0",
"grunt-jscs": "~1",
"grunt-contrib-jshint": "~0",
"grunt-githooks": "~0",
"grunt-jscs": "~1",
"ncp": "~1.0",
"replace": "~0.3.0",
"shelljs": "~0"
},
"author": "CKSource (http://cksource.com/)",
Expand Down

0 comments on commit 9f9d9d8

Please sign in to comment.