Merge pull request #870 from embark-framework/features/engine-strict

engine-strict
This commit is contained in:
Iuri Matias 2018-09-19 12:09:05 -04:00 committed by GitHub
commit c4de5fb512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict = true

View File

@ -113,5 +113,9 @@
"mocha-sinon": "^1.1.4", "mocha-sinon": "^1.1.4",
"sinon": "^4.5.0", "sinon": "^4.5.0",
"chai": "4.1.2" "chai": "4.1.2"
},
"engines": {
"node": ">=8.11.3",
"npm": ">=6.4.1"
} }
} }