package.json in select_all-rails-0.3.1 vs package.json in select_all-rails-0.3.2
- old
+ new
@@ -1,22 +1,22 @@
{
- "name": "checkbox_select_all",
+ "name": "select_all-rails",
"version": "0.3.0",
"description": "Simple to select and unselect all check-boxes",
"main": "test/select_all.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/JigneshSatam/checkbox_select_all.git"
+ "url": "git+https://github.com/JigneshSatam/select_all-rails.git"
},
"author": "Jignesh Satam",
"license": "MIT",
"bugs": {
- "url": "https://github.com/JigneshSatam/checkbox_select_all/issues"
+ "url": "https://github.com/JigneshSatam/select_all-rails/issues"
},
- "homepage": "https://github.com/JigneshSatam/checkbox_select_all#readme",
+ "homepage": "https://github.com/JigneshSatam/select_all-rails",
"dependencies": {
"chai": "^3.5.0",
"express": "^4.14.0",
"mocha": "^3.2.0",
"request": "^2.79.0"