Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Walden committed Oct 22, 2015
1 parent 26d63bf commit bde8914
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "node-homework",
"version": "0.0.1",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"dependencies": {
"adjective-adjective-animal": "^1.3.3",
"body-parser": "^1.14.1",
"express": "~4.13.0",
"morgan": "~1.6.0",
"express": "^4.13.0",
"morgan": "^1.6.0",
"shortid": "^2.2.4"
},
"devDependencies": {
Expand Down

0 comments on commit bde8914

Please sign in to comment.