Skip to content

Commit 8795a65

Browse files
committed
Forgot to add jasmine-jquery as a dev dependency in NPM... locally I had it as a extraneous package. 😅
1 parent 9e3edc0 commit 8795a65

File tree

1 file changed

+42
-41
lines changed

1 file changed

+42
-41
lines changed

package.json

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,44 @@
11
{
2-
"name": "checkboxes.js",
3-
"version": "1.1.0",
4-
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
5-
"keywords": [
6-
"checkbox",
7-
"checkboxes",
8-
"range",
9-
"jquery",
10-
"plugin"
11-
],
12-
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
13-
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues",
14-
"license": "MIT",
15-
"author": {
16-
"name": "Rubens Mariuzzo",
17-
"email": "[email protected]",
18-
"url": "https://github.com/rmariuzzo"
19-
},
20-
"contributors": [],
21-
"main": "dist/jquery.checkboxes-1.0.6.min.js",
22-
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
25-
},
26-
"devDependencies": {
27-
"babel-preset-es2015": "^6.9.0",
28-
"grunt": "~0.4.1",
29-
"grunt-babel": "^6.0.0",
30-
"grunt-contrib-clean": "^0.6.0",
31-
"grunt-contrib-jasmine": "^1.0.3",
32-
"grunt-contrib-jshint": "~0.10.0",
33-
"grunt-contrib-uglify": "~0.2.2",
34-
"grunt-contrib-watch": "~0.6.1",
35-
"load-grunt-tasks": "~0.4.0"
36-
},
37-
"scripts": {
38-
"test": "grunt travis --verbose"
39-
},
40-
"dependencies": {
41-
"jquery": "^2.2.4"
42-
}
2+
"name": "checkboxes.js",
3+
"version": "1.1.0",
4+
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
5+
"keywords": [
6+
"checkbox",
7+
"checkboxes",
8+
"range",
9+
"jquery",
10+
"plugin"
11+
],
12+
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
13+
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues",
14+
"license": "MIT",
15+
"author": {
16+
"name": "Rubens Mariuzzo",
17+
"email": "[email protected]",
18+
"url": "https://github.com/rmariuzzo"
19+
},
20+
"contributors": [],
21+
"main": "dist/jquery.checkboxes-1.0.6.min.js",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
25+
},
26+
"devDependencies": {
27+
"babel-preset-es2015": "^6.9.0",
28+
"grunt": "~0.4.1",
29+
"grunt-babel": "^6.0.0",
30+
"grunt-contrib-clean": "^0.6.0",
31+
"grunt-contrib-jasmine": "^1.0.3",
32+
"grunt-contrib-jshint": "~0.10.0",
33+
"grunt-contrib-uglify": "~0.2.2",
34+
"grunt-contrib-watch": "~0.6.1",
35+
"jasmine-jquery": "^2.1.1",
36+
"load-grunt-tasks": "~0.4.0"
37+
},
38+
"scripts": {
39+
"test": "grunt travis --verbose"
40+
},
41+
"dependencies": {
42+
"jquery": "^2.2.4"
43+
}
4344
}

0 commit comments

Comments
 (0)