Skip to content

Commit

Permalink
yarn add express && yarn add nodemon --dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Jul 6, 2017
1 parent 893a19a commit a2208b5
Show file tree
Hide file tree
Showing 2 changed files with 1,497 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Teracy",
"license": "MIT"
"license": "MIT",
"dependencies": {
"express": "^4.15.3"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}
Loading

0 comments on commit a2208b5

Please sign in to comment.