Skip to content

Commit a2208b5

Browse files
committed
yarn add express && yarn add nodemon --dev
1 parent 893a19a commit a2208b5

File tree

2 files changed

+1497
-1
lines changed

2 files changed

+1497
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "Teracy",
10-
"license": "MIT"
10+
"license": "MIT",
11+
"dependencies": {
12+
"express": "^4.15.3"
13+
},
14+
"devDependencies": {
15+
"nodemon": "^1.11.0"
16+
}
1117
}

0 commit comments

Comments
 (0)