package.json in retreaverjs-rails-0.2.4 vs package.json in retreaverjs-rails-0.2.5
- old
+ new
@@ -35,16 +35,17 @@
],
"main": "src/package.js",
"engines": {
"node": ">= 0.6.x"
},
- "dependencies": {},
+ "dependencies": {
+ },
"devDependencies": {
- "grunt": "^1.0.1",
- "grunt-contrib-concat": "~0.4.0",
+ "grunt": "~0.4.5",
+ "jsdoc": "~3.2.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
- "jsdoc": "~3.2.2"
+ "grunt-contrib-concat": "~0.4.0"
}
-}
+}
\ No newline at end of file