Alex Krolick
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
5 deletions
-
.circleci/config.yml
-
.nvmrc
-
package.json
|
|
@ -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 |
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
8.4 |
|
|
|
lts/carbon |
|
|
|
|
|
@ -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": [ |
|
|
|