提交 6f32a426 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

require node v7 because selenium require node v6.9...

上级 53678952
......@@ -18,7 +18,7 @@
"ts-node": "ts-node",
"build": "tsc && shx cp package.json dist/ && shx cp src/puppet-web/*.js dist/src/puppet-web/",
"rebuild": "npm run clean && npm run build",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"doctor": "ts-node bin/doctor",
"clean": "shx rm -fr dist/*",
"lint": "npm run eslint && npm run tslint",
......@@ -86,7 +86,7 @@
}
},
"engines": {
"node": ">= 6.0.0"
"node": ">= 7.0.0"
},
"dependencies": {
"arrify": "^1.0.1",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册