Use node 8.4.x in production, 8.4.0 on Travis

This commit is contained in:
MICHAEL JACKSON 2017-11-11 20:43:44 -08:00
parent 0e1f26849b
commit 1c28ac2ff3
3 changed files with 4 additions and 3 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
8.4.0

View File

@ -1,6 +1,4 @@
language: node_js
node_js:
- stable
cache: yarn
branches:
only:

View File

@ -1,6 +1,5 @@
{
"private": true,
"name": "unpkg-website",
"proxy": "http://localhost:3001",
"scripts": {
"start": "node scripts/start.js",
@ -86,6 +85,9 @@
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.2"
},
"engines": {
"node": "8.4.x"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"