Skip to content

Commit

Permalink
Use Mocha 3.x, since 4.x no longer includes a browser-compatible script
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Oct 13, 2017
1 parent 78ea3c3 commit 2872115
Show file tree
Hide file tree
Showing 263 changed files with 16,675 additions and 19,155 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
],
"dependencies": {},
"devDependencies": {
"chai": "*",
"mocha": "*",
"sinon-js": "*"
"chai": "^4.1.2",
"mocha": "^3.0.0",
"sinon-js": "^1.15.4"
}
}
2 changes: 1 addition & 1 deletion www/bower_components/chai/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"commit": "529d395fa08091af2a02a8398b1144c51ed62178"
},
"_source": "https://github.com/chaijs/chai.git",
"_target": "*",
"_target": "^4.1.2",
"_originalSource": "chai"
}
46 changes: 40 additions & 6 deletions www/bower_components/mocha/.bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,48 @@
{
"name": "mocha",
"homepage": "https://github.com/mochajs/mocha",
"version": "4.0.1",
"_release": "4.0.1",
"homepage": "https://mochajs.org",
"description": "simple, flexible, fun test framework",
"repository": {
"type": "git",
"url": "git://github.com/mochajs/mocha.git"
},
"main": [
"mocha.js",
"mocha.css"
],
"ignore": [
"bin",
"editors",
"images",
"lib",
"scripts",
"test",
"assets",
"media",
".*",
"index.js",
"karma.conf.js",
"browser-entry.js",
"Makefile",
"package.json",
"appveyor.yml"
],
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"tap"
],
"license": "MIT",
"version": "3.5.3",
"_release": "3.5.3",
"_resolution": {
"type": "version",
"tag": "v4.0.1",
"commit": "56ee2de86d0b9594246f481926d66cbe11635c92"
"tag": "v3.5.3",
"commit": "1ff41a05a599e8bffe90b2b13597b01a2031b88f"
},
"_source": "https://github.com/mochajs/mocha.git",
"_target": "*",
"_target": "^3.0.0",
"_originalSource": "mocha"
}
18 changes: 0 additions & 18 deletions www/bower_components/mocha/.editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions www/bower_components/mocha/.eslintignore

This file was deleted.

15 changes: 0 additions & 15 deletions www/bower_components/mocha/.eslintrc.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions www/bower_components/mocha/.github/CODE_OF_CONDUCT.md

This file was deleted.

84 changes: 0 additions & 84 deletions www/bower_components/mocha/.github/CONTRIBUTING.md

This file was deleted.

49 changes: 0 additions & 49 deletions www/bower_components/mocha/.github/ISSUE_TEMPLATE.md

This file was deleted.

40 changes: 0 additions & 40 deletions www/bower_components/mocha/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

40 changes: 0 additions & 40 deletions www/bower_components/mocha/.github/stale.yml

This file was deleted.

Loading

0 comments on commit 2872115

Please sign in to comment.