Skip to content

Commit 635463d

Browse files
authored
Merge pull request #16 from posthtml/milestone-1.5.1
build: update dep dev
2 parents 9c735fe + 0b2ad11 commit 635463d

6 files changed

Lines changed: 2645 additions & 3649 deletions

File tree

.huskyrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"hooks": {
3+
"pre-push": "npm t",
4+
"pre-commit": "npm run lint",
5+
"commit-msg": "commitlint --extends=@commitlint/config-angular -e"
6+
}
7+
}

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
3-
- v11
4-
- v10
5-
- v9
6-
- v8
3+
- 'node'
4+
- 'lts/*'
5+
- '10'
6+
- '8'
77

88
after_success:
9-
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
9+
- npm run coverage

ava.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
verbose: true
3+
}

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## <small>1.5.1 (2020-05-29)</small>
2+
3+
* build: drop mversion ([89e7273](https://github.com/posthtml/posthtml-webp/commit/89e7273))
4+
* build: perf config to file ([11397da](https://github.com/posthtml/posthtml-webp/commit/11397da))
5+
* build: update changelog ([97dcc39](https://github.com/posthtml/posthtml-webp/commit/97dcc39))
6+
* build: update commit lint ([110471e](https://github.com/posthtml/posthtml-webp/commit/110471e))
7+
* build: update dep dev ([2de382c](https://github.com/posthtml/posthtml-webp/commit/2de382c))
8+
* build: update lock ([836009d](https://github.com/posthtml/posthtml-webp/commit/836009d))
9+
* build(deps): bump acorn from 7.0.0 to 7.1.1 ([3762ced](https://github.com/posthtml/posthtml-webp/commit/3762ced))
10+
* build(deps): bump handlebars from 4.1.2 to 4.7.3 ([f45ea6b](https://github.com/posthtml/posthtml-webp/commit/f45ea6b))
11+
* ci: update coveralls ([3cbd9a0](https://github.com/posthtml/posthtml-webp/commit/3cbd9a0))
12+
* fix: fixture ignore indentation ([314d9f0](https://github.com/posthtml/posthtml-webp/commit/314d9f0))
13+
* fix: handle classIgnore for img with no class attribute ([3233f0f](https://github.com/posthtml/posthtml-webp/commit/3233f0f))
14+
15+
16+
117
## 1.5.0 (2020-02-25)
218

319
* build: bump version ([7f869de](https://github.com/posthtml/posthtml-webp/commit/7f869de))

0 commit comments

Comments
 (0)