Browse Source

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

Fix build
main
Alex Krolick 7 years ago
committed by GitHub
parent
commit
a1655f4be0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml
  2. 2
      .nvmrc
  3. 3
      package.json

4
.circleci/config.yml

@ -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

@ -1 +1 @@
8.4
lts/carbon

3
package.json

@ -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": [

Loading…
Cancel
Save