Skip to content

Commit

Permalink
Updated dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Reitz Giannattasio committed Jul 20, 2015
1 parent ae32ee2 commit f6d7ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"push-state-tree","description":"A standalone powerful library to manage browser routing with nested level support, complex match expressions and on-fly rules change (convenient to lazy module loading).","version":"0.13.0","keywords":["route","routes","router","pushstate","hashchange","history","location","navigation","controller","MVC","event","events","dispatch","url","SPA","Single Page Application","Lazy Load","apps","app","routing","URI","shim","navigator","navigation"],"main":"push-state-tree.js","development":{"assemble":"~0.4.37","grunt":"~0.4.5","grunt-contrib-clean":"~0.6.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.2","grunt-contrib-nodeunit":"~0.4.1","grunt-contrib-qunit":"~0.7.0","grunt-contrib-rename":"0.0.3","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-coveralls":"^1.0.0","grunt-json-generator":"~0.1.0","grunt-merge-json":"~0.9.4","grunt-template-jasmine-istanbul":"~0.3.1","grunt-update-json":"~0.2.1","jshint-junit-reporter":"0.3.0","jshint-stylish":"~2.0.0","load-grunt-tasks":"~3.2.0","node-static":"^0.7.6","codeclimate-test-reporter":"0.0.4"}}
{"name":"push-state-tree","description":"A standalone powerful library to manage browser routing with nested level support, complex match expressions and on-fly rules change (convenient to lazy module loading).","version":"0.13.0","keywords":["route","routes","router","pushstate","hashchange","history","location","navigation","controller","MVC","event","events","dispatch","url","SPA","Single Page Application","Lazy Load","apps","app","routing","URI","shim","navigator","navigation"],"main":"push-state-tree.js","development":{"assemble":"~0.4.42","grunt":"~0.4.5","grunt-contrib-clean":"~0.6.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-jasmine":"~0.9.0","grunt-contrib-jshint":"~0.11.2","grunt-contrib-nodeunit":"~0.4.1","grunt-contrib-qunit":"~0.7.0","grunt-contrib-rename":"0.0.3","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-coveralls":"^1.0.0","grunt-json-generator":"~0.1.0","grunt-merge-json":"~0.9.4","grunt-template-jasmine-istanbul":"~0.3.4","grunt-update-json":"~0.2.1","jshint-junit-reporter":"0.2.2","jshint-stylish":"~2.0.1","load-grunt-tasks":"~3.2.0","node-static":"^0.7.7","codeclimate-test-reporter":"0.0.4"}}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"test": "grunt test"
},
"devDependencies": {
"assemble": "~0.4.37",
"assemble": "~0.4.42",
"codeclimate-test-reporter": "0.0.4",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-jasmine": "~0.8.2",
"grunt-contrib-jasmine": "~0.9.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-qunit": "~0.7.0",
Expand All @@ -45,12 +45,12 @@
"grunt-coveralls": "^1.0.0",
"grunt-json-generator": "~0.1.0",
"grunt-merge-json": "~0.9.4",
"grunt-template-jasmine-istanbul": "~0.3.1",
"grunt-template-jasmine-istanbul": "~0.3.4",
"grunt-update-json": "~0.2.1",
"jshint-junit-reporter": "0.3.0",
"jshint-stylish": "~2.0.0",
"jshint-junit-reporter": "0.2.2",
"jshint-stylish": "~2.0.1",
"load-grunt-tasks": "~3.2.0",
"node-static": "^0.7.6"
"node-static": "^0.7.7"
},
"keywords": [
"route",
Expand Down

0 comments on commit f6d7ae6

Please sign in to comment.