mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-02-13 12:56:24 +00:00
be more specific,strict about what's supported
This commit is contained in:
parent
75eeaa5c83
commit
4648986805
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user