Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
build(defaults): update to v1.6.0 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens authored and michael-ciniawsky committed Oct 20, 2017
1 parent 4cfde50 commit 5286ab2
Show file tree
Hide file tree
Showing 5 changed files with 2,555 additions and 1,768 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Expand Up @@ -5,7 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": "4.3"
"node": "4.8"
},
"exclude": [
"transform-async-to-generator",
Expand All @@ -27,7 +27,7 @@
"presets": [
"env"
],
"sourceMap" : "inline",
"sourceMap": "inline",
"plugins": [
"transform-object-rest-spread"
]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
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
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -11,14 +11,15 @@ environment:
- nodejs_version: '6'
webpack_version: latest
job_part: test
- nodejs_version: '4.3'
- nodejs_version: '4.8'
webpack_version: latest
job_part: test
build: 'off'
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version x64
- npm i -g npm@latest
- npm install
before_test:
- cmd: npm install webpack@%webpack_version%
Expand Down

0 comments on commit 5286ab2

Please sign in to comment.