be more specific,strict about what's supported

This commit is contained in:
Michael Bradley, Jr 2018-07-16 17:04:48 -05:00
parent 75eeaa5c83
commit 4648986805
2 changed files with 9 additions and 0 deletions

1
.npmrc
View File

@ -1,2 +1,3 @@
engine-strict = true
package-lock = false
save-exact = true

View File

@ -6,6 +6,11 @@
"browser": {
"./dist/node/index.js": "./dist/browser/browser.js"
},
"browserslist": [
"last 1 version",
"not dead",
"> 0.2%"
],
"files": [
"dist",
"embark.min.js",
@ -56,5 +61,8 @@
"rimraf": "2.6.2",
"webpack": "4.16.1",
"webpack-cli": "3.0.8"
},
"engines": {
"node" : ">=8.11.3"
}
}