File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - v11
4- - v10
5- - v9
6- - v8
3+ - ' node '
4+ - ' lts/* '
5+ - ' 10 '
6+ - ' 8 '
77
88after_success :
9- - ' ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls '
9+ - npm run coverage
Original file line number Diff line number Diff line change 1+ export default {
2+ verbose : true
3+ }
Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments