Skip to content

Commit 9f0a1da

Browse files
committed
Updated all dependencies
1 parent c982924 commit 9f0a1da

File tree

5 files changed

+1707
-1074
lines changed

5 files changed

+1707
-1074
lines changed

.babelrc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"presets": [
3-
["env", {
3+
["@babel/preset-env", {
44
"modules": false,
5-
"target": {
6-
"browsers": [
7-
"> 1%",
8-
"last 2 versions"
9-
]
10-
}
5+
"targets": " > 1%, last 2 versions"
116
}]
127
]
138
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cache:
3737
script:
3838
- npm run lint
3939
- npm run build
40-
- npm run test/integration
40+
- npm run test:integration
4141
- npm run test
4242

4343
# Upload coverage report

0 commit comments

Comments
 (0)