Skip to content

Commit f30f38b

Browse files
committed
add dev dependencies and gitignore
1 parent 6960873 commit f30f38b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
config.env

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@
1515
"bugs": {
1616
"url": "https://github.com/FACN1/week6-facn-hosers/issues"
1717
},
18-
"homepage": "https://github.com/FACN1/week6-facn-hosers#readme"
18+
"homepage": "https://github.com/FACN1/week6-facn-hosers#readme",
19+
"devDependencies": {
20+
"env2": "^2.1.1",
21+
"nodemon": "^1.11.0",
22+
"pg": "^6.1.5",
23+
"shot": "^3.4.0",
24+
"tape": "^4.6.3",
25+
"url": "^0.11.0"
26+
}
1927
}

0 commit comments

Comments
 (0)