Skip to content

Commit eecee78

Browse files
committed
5.3.0
1 parent c642b72 commit eecee78

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "chai-as-promised",
3-
"description": "Extends Chai with assertions about promises.",
4-
"keywords": [
5-
"chai",
6-
"chai-plugin",
7-
"browser",
8-
"async",
9-
"testing",
10-
"assertions",
11-
"promises",
12-
"promises-aplus"
13-
],
14-
"version": "5.2.0",
15-
"author": "Domenic Denicola <[email protected]> (https://domenic.me)",
16-
"license": "WTFPL",
17-
"repository": "domenic/chai-as-promised",
18-
"main": "./lib/chai-as-promised.js",
19-
"files": [
20-
"lib"
21-
],
22-
"scripts": {
23-
"test": "npm run test-plugin && npm run test-intercompatibility",
24-
"test-plugin": "mocha",
25-
"test-intercompatibility": "mocha test-intercompatibility --opts test-intercompatibility/mocha.opts",
26-
"test-browser-jquery": "coffee ./test/browser/runner.coffee jquery",
27-
"test-browser-q": "coffee ./test/browser/runner.coffee q",
28-
"test-browser-when": "coffee ./test/browser/runner.coffee when",
29-
"lint": "jshint ./lib",
30-
"cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/chai-as-promised.js.html"
31-
},
32-
"peerDependencies": {
33-
"chai": ">= 2.1.2 < 4"
34-
},
35-
"devDependencies": {
36-
"chai": "^3.0.0",
37-
"coffee-script": "1.10.0",
38-
"istanbul": "0.4.1",
39-
"ecstatic": "^1.3.1",
40-
"glob": "^6.0.1",
41-
"jshint": "^2.8.0",
42-
"mocha": "^2.3.4",
43-
"opener": "^1.4.1",
44-
"q": "^1.4.1",
45-
"underscore": "1.8.3"
46-
}
2+
"name": "chai-as-promised",
3+
"description": "Extends Chai with assertions about promises.",
4+
"keywords": [
5+
"chai",
6+
"chai-plugin",
7+
"browser",
8+
"async",
9+
"testing",
10+
"assertions",
11+
"promises",
12+
"promises-aplus"
13+
],
14+
"version": "5.3.0",
15+
"author": "Domenic Denicola <[email protected]> (https://domenic.me)",
16+
"license": "WTFPL",
17+
"repository": "domenic/chai-as-promised",
18+
"main": "./lib/chai-as-promised.js",
19+
"files": [
20+
"lib"
21+
],
22+
"scripts": {
23+
"test": "npm run test-plugin && npm run test-intercompatibility",
24+
"test-plugin": "mocha",
25+
"test-intercompatibility": "mocha test-intercompatibility --opts test-intercompatibility/mocha.opts",
26+
"test-browser-jquery": "coffee ./test/browser/runner.coffee jquery",
27+
"test-browser-q": "coffee ./test/browser/runner.coffee q",
28+
"test-browser-when": "coffee ./test/browser/runner.coffee when",
29+
"lint": "jshint ./lib",
30+
"cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/chai-as-promised.js.html"
31+
},
32+
"peerDependencies": {
33+
"chai": ">= 2.1.2 < 4"
34+
},
35+
"devDependencies": {
36+
"chai": "^3.0.0",
37+
"coffee-script": "1.10.0",
38+
"istanbul": "0.4.1",
39+
"ecstatic": "^1.3.1",
40+
"glob": "^6.0.1",
41+
"jshint": "^2.8.0",
42+
"mocha": "^2.3.4",
43+
"opener": "^1.4.1",
44+
"q": "^1.4.1",
45+
"underscore": "1.8.3"
46+
}
4747
}

0 commit comments

Comments
 (0)