Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 54621f1

Browse files
Updated travis.yml and bumped babel version
1 parent 19cda3a commit 54621f1

File tree

3 files changed

+138
-18
lines changed

3 files changed

+138
-18
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: node_js
22
node_js:
33
- 'node'
4-
- 'lts/*'
5-
cache:
6-
directories:
7-
- ~/.npm
84
install: npm install
95
script:
106
- npm run lint
@@ -15,3 +11,5 @@ branches:
1511
- /^feature.*$/
1612
notifications:
1713
email: false
14+
cache:
15+
npm: true

package-lock.json

Lines changed: 135 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"react-color": "^2.13.8"
6363
},
6464
"devDependencies": {
65-
"@babel/core": "^7.5.4",
65+
"@babel/core": "^7.8.7",
6666
"@babel/plugin-proposal-class-properties": "^7.5.0",
6767
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
6868
"@babel/plugin-transform-runtime": "^7.5.0",

0 commit comments

Comments
 (0)