Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit acd6c2f

Browse files
authored
chore: Update to defaults v.1.3.0 (#170)
* chore: Update to defaults v.1.3.0 * docs: Update readme from template * ci(appveyor): Fix command strings
1 parent dded20d commit acd6c2f

File tree

4 files changed

+72
-71
lines changed

4 files changed

+72
-71
lines changed

README.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,28 +110,39 @@ Don't hesitate to create a pull request. Every contribution is appreciated. In d
110110
<tbody>
111111
<tr>
112112
<td align="center">
113-
<img width="150" height="150"
114-
src="https://avatars3.githubusercontent.com/u/166921?v=3&s=150">
115-
</br>
116-
<a href="https://github.com/bebraw">Juho Vepsäläinen</a>
113+
<a href="https://github.com/bebraw">
114+
<img width="150" height="150" src="https://github.com/bebraw.png?v=3&s=150">
115+
</br>
116+
Juho Vepsäläinen
117+
</a>
117118
</td>
118119
<td align="center">
119-
<img width="150" height="150"
120-
src="https://avatars2.githubusercontent.com/u/8420490?v=3&s=150">
121-
</br>
122-
<a href="https://github.com/d3viant0ne">Joshua Wiens</a>
120+
<a href="https://github.com/d3viant0ne">
121+
<img width="150" height="150" src="https://github.com/d3viant0ne.png?v=3&s=150">
122+
</br>
123+
Joshua Wiens
124+
</a>
123125
</td>
124126
<td align="center">
125-
<img width="150" height="150"
126-
src="https://avatars3.githubusercontent.com/u/533616?v=3&s=150">
127-
</br>
128-
<a href="https://github.com/SpaceK33z">Kees Kluskens</a>
127+
<a href="https://github.com/sapegin">
128+
<img width="150" height="150" src="https://github.com/sapegin.png?v=3&s=150">
129+
</br>
130+
Artem Sapegin
131+
</a>
129132
</td>
130133
<td align="center">
131-
<img width="150" height="150"
132-
src="https://avatars3.githubusercontent.com/u/3408176?v=3&s=150">
133-
</br>
134-
<a href="https://github.com/TheLarkInn">Sean Larkin</a>
134+
<a href="https://github.com/michael-ciniawsky">
135+
<img width="150" height="150" src="https://github.com/michael-ciniawsky.png?v=3&s=150">
136+
</br>
137+
Michael Ciniawsky
138+
</a>
139+
</td>
140+
<td align="center">
141+
<a href="https://github.com/evilebottnawi">
142+
<img width="150" height="150" src="https://github.com/evilebottnawi.png?v=3&s=150">
143+
</br>
144+
Alexander Krasnoyarov
145+
</a>
135146
</td>
136147
</tr>
137148
<tbody>

appveyor.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,27 @@
11
branches:
22
only:
33
- master
4-
54
init:
65
- git config --global core.autocrlf input
7-
86
environment:
97
matrix:
10-
- nodejs_version: 8
8+
- nodejs_version: '8'
119
webpack_version: 2.6.0
1210
job_part: test
13-
- nodejs_version: 6
11+
- nodejs_version: '6'
1412
webpack_version: 2.6.0
1513
job_part: test
16-
- nodejs_version: 4.3
14+
- nodejs_version: '4.3'
1715
webpack_version: 2.6.0
1816
job_part: test
19-
17+
build: 'off'
18+
matrix:
19+
fast_finish: true
2020
install:
2121
- ps: Install-Product node $env:nodejs_version x64
2222
- npm install
23-
24-
build: off
25-
26-
matrix:
27-
fast_finish: true
28-
2923
before_test:
3024
- cmd: npm install webpack@^%webpack_version%
31-
3225
test_script:
3326
- node --version
3427
- npm --version

package-lock.json

Lines changed: 34 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
"nsp": "^2.6.3",
2626
"pre-commit": "^1.2.2",
2727
"standard-version": "^4.0.0",
28-
"webpack-defaults": "^1.1.1"
28+
"webpack-defaults": "^1.3.0"
2929
},
3030
"scripts": {
3131
"start": "npm run build -- -w",
32+
"appveyor:test": "npm run test",
3233
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
3334
"clean": "del-cli dist",
3435
"clean:dist": "del-cli dist",
@@ -59,6 +60,9 @@
5960
"test": "test"
6061
},
6162
"license": "MIT",
63+
"peerDependencies": {
64+
"webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
65+
},
6266
"engines": {
6367
"node": ">= 4.3 < 5.0.0 || >= 5.10"
6468
},

0 commit comments

Comments
 (0)