Merge pull request #1052 from alexkrolick/fix-sharp-errs

Fix build
This commit is contained in:
Alex Krolick
2018-07-12 08:15:31 -07:00
committed by GitHub
3 changed files with 4 additions and 5 deletions

View File

@@ -8,11 +8,9 @@ jobs:
- restore_cache:
keys:
- dependencies-{{ checksum "yarn.lock" }}
# fallback to using the latest cache if no exact match is found
- dependencies-
- run:
name: Install
command: yarn install
command: yarn install --pure-lockfile
- save_cache:
paths:
- node_modules

2
.nvmrc
View File

@@ -1 +1 @@
8.4
lts/carbon

View File

@@ -62,7 +62,8 @@
"unist-util-visit": "^1.1.3"
},
"engines": {
"node": ">=8.4.0"
"node": "^8.4.0",
"yarn": "^1.6.0"
},
"homepage": "https://reactjs.org/",
"keywords": [