Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Release 5.1.0 (#101)
Browse files Browse the repository at this point in the history
Release 5.1.0
  • Loading branch information
thinkh authored Oct 2, 2019
2 parents c44a58b + d755fd0 commit 15bd6e2
Show file tree
Hide file tree
Showing 6 changed files with 9,474 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: deps1-{{ checksum "package.json" }}
key: deps2-{{ checksum "package.json" }}
- run:
name: install-npm-wee
command: npm install
Expand All @@ -16,7 +16,7 @@ jobs:
command: |
(grep -l '._resolved.: .\(git[^:]*\|bitbucket\):' ./node_modules/*/package.json || true) | xargs -r dirname | xargs -r rm -rf
- save_cache:
key: deps1-{{ checksum "package.json" }}
key: deps2-{{ checksum "package.json" }}
paths:
- ./node_modules
- run: #install all dependencies
Expand Down
Loading

0 comments on commit 15bd6e2

Please sign in to comment.