Skip to content

Commit 44463ea

Browse files
committed
feat: drop node v4
1 parent 1e15d02 commit 44463ea

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: node_js
22
node_js:
33
- 7
44
- 6
5-
- 4
65
before_install:
76
- npm config set depth 0
8-
- npm install --global npm@4
97
script:
108
- npm run test
119
- npm run lint

src/.babelrc

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[
99
"env",
1010
{
11-
"debug": true,
1211
"targets": {
1312
"browsers": [
1413
"last 2 version",

0 commit comments

Comments
 (0)