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

Commit

Permalink
chore: Update to defaults v.1.3.0 (#170)
Browse files Browse the repository at this point in the history
* chore: Update to defaults v.1.3.0

* docs: Update readme from template

* ci(appveyor): Fix command strings
  • Loading branch information
joshwiens authored Jun 9, 2017
1 parent dded20d commit acd6c2f
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 71 deletions.
43 changes: 27 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,28 +110,39 @@ Don't hesitate to create a pull request. Every contribution is appreciated. In d
<tbody>
<tr>
<td align="center">
<img width="150" height="150"
src="https://avatars3.githubusercontent.com/u/166921?v=3&s=150">
</br>
<a href="https://github.com/bebraw">Juho Vepsäläinen</a>
<a href="https://github.com/bebraw">
<img width="150" height="150" src="https://github.com/bebraw.png?v=3&s=150">
</br>
Juho Vepsäläinen
</a>
</td>
<td align="center">
<img width="150" height="150"
src="https://avatars2.githubusercontent.com/u/8420490?v=3&s=150">
</br>
<a href="https://github.com/d3viant0ne">Joshua Wiens</a>
<a href="https://github.com/d3viant0ne">
<img width="150" height="150" src="https://github.com/d3viant0ne.png?v=3&s=150">
</br>
Joshua Wiens
</a>
</td>
<td align="center">
<img width="150" height="150"
src="https://avatars3.githubusercontent.com/u/533616?v=3&s=150">
</br>
<a href="https://github.com/SpaceK33z">Kees Kluskens</a>
<a href="https://github.com/sapegin">
<img width="150" height="150" src="https://github.com/sapegin.png?v=3&s=150">
</br>
Artem Sapegin
</a>
</td>
<td align="center">
<img width="150" height="150"
src="https://avatars3.githubusercontent.com/u/3408176?v=3&s=150">
</br>
<a href="https://github.com/TheLarkInn">Sean Larkin</a>
<a href="https://github.com/michael-ciniawsky">
<img width="150" height="150" src="https://github.com/michael-ciniawsky.png?v=3&s=150">
</br>
Michael Ciniawsky
</a>
</td>
<td align="center">
<a href="https://github.com/evilebottnawi">
<img width="150" height="150" src="https://github.com/evilebottnawi.png?v=3&s=150">
</br>
Alexander Krasnoyarov
</a>
</td>
</tr>
<tbody>
Expand Down
19 changes: 6 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,27 @@
branches:
only:
- master

init:
- git config --global core.autocrlf input

environment:
matrix:
- nodejs_version: 8
- nodejs_version: '8'
webpack_version: 2.6.0
job_part: test
- nodejs_version: 6
- nodejs_version: '6'
webpack_version: 2.6.0
job_part: test
- nodejs_version: 4.3
- nodejs_version: '4.3'
webpack_version: 2.6.0
job_part: test

build: 'off'
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install

build: off

matrix:
fast_finish: true

before_test:
- cmd: npm install webpack@^%webpack_version%

test_script:
- node --version
- npm --version
Expand Down
75 changes: 34 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"nsp": "^2.6.3",
"pre-commit": "^1.2.2",
"standard-version": "^4.0.0",
"webpack-defaults": "^1.1.1"
"webpack-defaults": "^1.3.0"
},
"scripts": {
"start": "npm run build -- -w",
"appveyor:test": "npm run test",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
"clean": "del-cli dist",
"clean:dist": "del-cli dist",
Expand Down Expand Up @@ -59,6 +60,9 @@
"test": "test"
},
"license": "MIT",
"peerDependencies": {
"webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
},
"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
},
Expand Down

0 comments on commit acd6c2f

Please sign in to comment.