Tests boilerplate
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
"name": "gitblog.md",
|
||||
"version": "1.0.0",
|
||||
"description": "A static blog using Markdown pulled from your git repository.",
|
||||
"main": "server.js",
|
||||
"main": "src/server.js",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"ncp": "^2.0.0",
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"install": "postinstall.js"
|
||||
"install": "src/postinstall.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user