Skip to content
This repository has been archived by the owner on Aug 17, 2018. It is now read-only.

Commit

Permalink
Update dependencies (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jul 10, 2016
1 parent 67969f0 commit e8e7f78
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"author": "Simone Basso",
"license": "ISC",
"dependencies": {
"angular": "^1.5.3",
"angular-route": "^1.5.3",
"angular": "^1.5.7",
"angular-route": "^1.5.7",
"bootstrap": "^3.3.6",
"browserify": "^13.0.0",
"browserify": "^13.0.1",
"commander": "^2.9.0",
"express": "^4.13.4",
"jquery": "^2.2.3",
"jsdom": "^9.0.0",
"express": "^4.14.0",
"jquery": "^3.1.0",
"jsdom": "^9.4.1",
"nedb": "^1.8.0"
},
"engines": {
Expand All @@ -29,10 +29,10 @@
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"equals": "^1.0.1",
"istanbul": "^0.4.3",
"js-beautify": "^1.6.2",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
"equals": "^1.0.5",
"istanbul": "^0.4.4",
"js-beautify": "^1.6.3",
"jshint": "^2.9.2",
"mocha": "^2.5.3"
}
}

0 comments on commit e8e7f78

Please sign in to comment.