We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754a756 commit e52a1d9Copy full SHA for e52a1d9
.circleci/config.yml
@@ -10,12 +10,12 @@ jobs:
10
name: Install apt Packages
11
command: sudo apt-get --yes install libpcap-dev
12
- restore_cache:
13
- key: yarn-cache
+ key: v1-yarn-cache
14
- run:
15
name: Install npm Packages
16
command: yarn --pure-lockfile
17
- save_cache:
18
19
paths:
20
- ~/.cache/yarn
21
package.json
@@ -55,7 +55,7 @@
55
"devDependencies": {
56
"babel-core": "^6.26.0",
57
"babel-eslint": "^7.2.3",
58
- "babel-jest": "^20.0.3",
+ "babel-jest": "^21.0.2",
59
"babel-plugin-add-module-exports": "^0.2.1",
60
"babel-plugin-transform-class-properties": "^6.24.1",
61
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
0 commit comments