Skip to content

Commit 62ba4ca

Browse files
author
hirsch88
committed
Fix nps
1 parent 1713df6 commit 62ba4ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
"description": "A delightful way to building a RESTful API with NodeJs & TypeScript",
55
"main": "src/app.ts",
66
"scripts": {
7-
"start": "nps",
7+
"start": "\"./node_modules/.bin/nps\"",
88
"test": "npm start test",
99
"build": "npm start build"
1010
},
11+
"engines": {
12+
"node": ">=8.0.0"
13+
},
1114
"repository": "git+ssh://git@github.com/w3tec/express-typescript-boilerplate.git",
1215
"keywords": [
1316
"NodeJS",

0 commit comments

Comments
 (0)