Fix: update engines

This commit is contained in:
Graham Fairweather 2018-05-29 14:15:09 +02:00
parent c4d47f42a2
commit dcfb9e6cc2

View file

@ -4,23 +4,14 @@
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",
"keywords": [
"iview",
"vue",
"vue.js",
"component",
"components",
"ui",
"framework"
],
"keywords": ["iview", "vue", "vue.js", "component", "components", "ui", "framework"],
"main": "dist/iview.js",
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"scripts": {
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
"dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js",
"dev":
"webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
"dev:s":
"webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js",
"dist:style": "gulp --gulpfile build/build-style.js",
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
@ -114,8 +105,9 @@
"webpack-merge": "^3.0.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
"node": ">=8.9.1",
"npm": ">=5.5.1",
"yarn": ">=1.3.2"
},
"browserslist": [
"last 3 Chrome versions",