We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6960873 commit f30f38bCopy full SHA for f30f38b
.gitignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+config.env
package.json
@@ -15,5 +15,13 @@
15
"bugs": {
16
"url": "https://github.com/FACN1/week6-facn-hosers/issues"
17
},
18
- "homepage": "https://github.com/FACN1/week6-facn-hosers#readme"
+ "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
+ }
27
}
0 commit comments