Skip to content

Commit

Permalink
Forgot to add jasmine-jquery as a dev dependency in NPM... locally I …
Browse files Browse the repository at this point in the history
…had it as a extraneous package. 😅
  • Loading branch information
rmariuzzo committed Jul 28, 2016
1 parent 9e3edc0 commit 8795a65
Showing 1 changed file with 42 additions and 41 deletions.
83 changes: 42 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
{
"name": "checkboxes.js",
"version": "1.1.0",
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
"keywords": [
"checkbox",
"checkboxes",
"range",
"jquery",
"plugin"
],
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues",
"license": "MIT",
"author": {
"name": "Rubens Mariuzzo",
"email": "rubens@mariuzzo.com",
"url": "https://github.com/rmariuzzo"
},
"contributors": [],
"main": "dist/jquery.checkboxes-1.0.6.min.js",
"repository": {
"type": "git",
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"grunt": "~0.4.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.6.1",
"load-grunt-tasks": "~0.4.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
"jquery": "^2.2.4"
}
"name": "checkboxes.js",
"version": "1.1.0",
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
"keywords": [
"checkbox",
"checkboxes",
"range",
"jquery",
"plugin"
],
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues",
"license": "MIT",
"author": {
"name": "Rubens Mariuzzo",
"email": "rubens@mariuzzo.com",
"url": "https://github.com/rmariuzzo"
},
"contributors": [],
"main": "dist/jquery.checkboxes-1.0.6.min.js",
"repository": {
"type": "git",
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"grunt": "~0.4.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.6.1",
"jasmine-jquery": "^2.1.1",
"load-grunt-tasks": "~0.4.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
"jquery": "^2.2.4"
}
}

0 comments on commit 8795a65

Please sign in to comment.