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

Commit 5286ab2

Browse files
joshwiensmichael-ciniawsky
authored andcommitted
build(defaults): update to v1.6.0 (#652)
1 parent 4cfde50 commit 5286ab2

File tree

5 files changed

+2555
-1768
lines changed

5 files changed

+2555
-1768
lines changed

.babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"useBuiltIns": true,
77
"targets": {
8-
"node": "4.3"
8+
"node": "4.8"
99
},
1010
"exclude": [
1111
"transform-async-to-generator",
@@ -27,7 +27,7 @@
2727
"presets": [
2828
"env"
2929
],
30-
"sourceMap" : "inline",
30+
"sourceMap": "inline",
3131
"plugins": [
3232
"transform-object-rest-spread"
3333
]

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env: WEBPACK_VERSION=latest JOB_PART=test
1616
script: npm run travis:$JOB_PART
1717
- <<: *test-latest
18-
node_js: 4.3
18+
node_js: 4.8
1919
env: WEBPACK_VERSION=latest JOB_PART=test
2020
script: npm run travis:$JOB_PART
2121
- <<: *test-latest

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ environment:
1111
- nodejs_version: '6'
1212
webpack_version: latest
1313
job_part: test
14-
- nodejs_version: '4.3'
14+
- nodejs_version: '4.8'
1515
webpack_version: latest
1616
job_part: test
1717
build: 'off'
1818
matrix:
1919
fast_finish: true
2020
install:
2121
- ps: Install-Product node $env:nodejs_version x64
22+
- npm i -g npm@latest
2223
- npm install
2324
before_test:
2425
- cmd: npm install webpack@%webpack_version%

0 commit comments

Comments
 (0)