Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
chore: Updates to defaults 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Oct 9, 2017
1 parent 9a18ba9 commit 3590a46
Show file tree
Hide file tree
Showing 6 changed files with 4,790 additions and 1,919 deletions.
17 changes: 2 additions & 15 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": 4.3
},
"exclude": [
"transform-async-to-generator",
"transform-regenerator"
]
}
],
[
"env",
{
"useBuiltIns": true,
"targets": {
"node": "4.3"
"node": "4.8"
},
"exclude": [
"transform-async-to-generator",
Expand All @@ -45,4 +32,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
node_js: 4.3
node_js: 4.8
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
Expand Down
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ build: 'off'
matrix:
fast_finish: true
install:
- 'ps: Install-Product node $env:nodejs_version x64'
- ps: Install-Product node $env:nodejs_version x64
- npm i -g npm@latest
- npm install
before_test:
- 'cmd: npm install webpack@%webpack_version%'
- cmd: npm install webpack@%webpack_version%
test_script:
- node --version
- npm --version
- 'cmd: npm run appveyor:%job_part%'
- cmd: npm run appveyor:%job_part%
4 changes: 2 additions & 2 deletions example/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": 4.3
"node": "4.8"
},
"exclude": [
"transform-async-to-generator",
Expand All @@ -32,4 +32,4 @@
]
}
}
}
}
Loading

0 comments on commit 3590a46

Please sign in to comment.