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 9599d82 commit f840697Copy full SHA for f840697
.travis.yml
@@ -4,7 +4,7 @@ node_js:
4
install:
5
- yarn install
6
scripts:
7
- - npm test
8
- - npm run build
+ - nps test
+ - nps build
9
notifications:
10
email: false
appveyor.yml
@@ -6,7 +6,7 @@ install:
build_script:
11
test_script:
12
package.json
@@ -3,6 +3,9 @@
3
"version": "2.0.0-beta.5",
"description": "A delightful way to building a RESTful API with NodeJs & TypeScript",
"main": "src/app.ts",
+ "engines": {
+ "node": "7.7.3"
+ },
"scripts": {
"start": "node dist/app.js",
"test": "nps test",
0 commit comments