Tests boilerplate

This commit is contained in:
Clément GOUIN
2019-06-19 11:36:56 +02:00
parent 559ea661b3
commit fe5e082e6a
8 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -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",