Skip to content

Commit 2bce43a

Browse files
authored
Merge pull request #72 from Simperium/update/dependencies
Updates dependencies to latest
2 parents 51ced6e + 15a5a9d commit 2bce43a

File tree

4 files changed

+6439
-3619
lines changed

4 files changed

+6439
-3619
lines changed

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"presets": [
3-
[ "env", { "targets": { "browsers": "last 2 versions"} } ],
4-
"flow"
3+
["@babel/preset-env", { "targets": { "browsers": "last 2 versions" } }],
4+
"@babel/preset-flow"
55
],
6-
"plugins": [ "transform-object-rest-spread" ]
6+
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
77
}

.travis.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
language: node_js
22
sudo: false
33
script:
4-
# lint errors fail the build
5-
- npm run lint
6-
# unit tests with coverage report
7-
- npm run test:coverage
4+
# lint errors fail the build
5+
- npm run lint
6+
# unit tests with coverage report
7+
- npm run test:coverage
88
node_js:
9-
- '10'
10-
- '9'
11-
- '8'
12-
- '7'
13-
- '6'
9+
- "10"
10+
- "9"
11+
- "8"
1412
cache:
1513
directories:
16-
- node_modules
14+
- node_modules
1715
deploy:
1816
# keeps necessary babel dependency for npm prepare
1917
skip_cleanup: true
@@ -27,4 +25,4 @@ deploy:
2725
# builds all tagged commits using node@8.0 environment
2826
tags: true
2927
repo: Simperium/node-simperium
30-
node: '8'
28+
node: "8"

0 commit comments

Comments
 (0)