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

Commit

Permalink
Fixing Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed May 19, 2014
1 parent 9575fdc commit 2f3b951
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meanjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"dependencies": {
"bootstrap": "~3",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meanjs",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"version": "0.3.0",
"version": "0.3.1",
"private": false,
"author": "https://github.com/meanjs/mean/graphs/contributors",
"repository": {
Expand All @@ -18,13 +18,13 @@
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"express": "~4.1.0",
"express-session": "~1.0.2",
"body-parser": "~1.0.1",
"cookie-parser": "~1.0.1",
"express": "~4.2.0",
"express-session": "~1.2.0",
"body-parser": "~1.2.0",
"cookie-parser": "~1.1.0",
"compression": "~1.0.1",
"method-override": "~1.0.0",
"morgan": "~1.0.0",
"morgan": "~1.1.0",
"connect-mongo": "~0.4.0",
"connect-flash": "~0.1.1",
"helmet": "~0.2.1",
Expand All @@ -44,8 +44,8 @@
"glob": "~3.2.9"
},
"devDependencies": {
"supertest": "~0.10.0",
"should": "~3.2.0",
"supertest": "~0.12.1",
"should": "~3.3.1",
"grunt-env": "~0.4.1",
"grunt-node-inspector": "~0.1.3",
"grunt-contrib-watch": "~0.6.1",
Expand Down

0 comments on commit 2f3b951

Please sign in to comment.