Skip to content

Commit eaf1c0f

Browse files
committed
chore: support for rollup 2.x.x
1 parent 0f5794e commit eaf1c0f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/preset-env", {
1919
"modules": "false",
2020
"targets": {
21-
"node": "6"
21+
"node": "8"
2222
}
2323
}
2424
]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ windows-latest, ubuntu-latest ]
33-
node: [ 7, 8, 9, 10, 11, 12, 13 ]
33+
node: [ 8, 9, 10, 11, 12, 13 ]
3434
steps:
3535
- uses: actions/checkout@v1
3636
- uses: actions/setup-node@v1

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
language: node_js
2626
node_js:
27-
- "7"
2827
- "8"
2928
- "9"
3029
- "10"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"rollup": "^1.0.0"
30+
"rollup": "^2.0.0"
3131
},
3232
"dependencies": {
3333
"diff": "4.0.2",
@@ -55,7 +55,7 @@
5555
"jasmine-core": "3.5.0",
5656
"q": "1.5.1",
5757
"rimraf": "3.0.2",
58-
"rollup": "1.32.1",
58+
"rollup": "2.1.0",
5959
"rollup-plugin-babel": "4.4.0",
6060
"rollup-plugin-license": "0.13.0",
6161
"rollup-plugin-prettier": "0.6.0",

0 commit comments

Comments
 (0)