Use node 8.4.x in production, 8.4.0 on Travis
This commit is contained in:
parent
0e1f26849b
commit
1c28ac2ff3
|
@ -1,6 +1,4 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
|
||||||
- stable
|
|
||||||
cache: yarn
|
cache: yarn
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "unpkg-website",
|
|
||||||
"proxy": "http://localhost:3001",
|
"proxy": "http://localhost:3001",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node scripts/start.js",
|
"start": "node scripts/start.js",
|
||||||
|
@ -86,6 +85,9 @@
|
||||||
"webpack-manifest-plugin": "1.1.0",
|
"webpack-manifest-plugin": "1.1.0",
|
||||||
"whatwg-fetch": "2.0.2"
|
"whatwg-fetch": "2.0.2"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "8.4.x"
|
||||||
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"collectCoverageFrom": [
|
"collectCoverageFrom": [
|
||||||
"src/**/*.{js,jsx}"
|
"src/**/*.{js,jsx}"
|
||||||
|
|
Loading…
Reference in New Issue