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

Commit aebfd74

Browse files
chore(deps): update (#84)
1 parent f5b6aa4 commit aebfd74

File tree

5 files changed

+853
-624
lines changed

5 files changed

+853
-624
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
56
## [3.0.0](https://github.com/webpack-contrib/raw-loader/compare/v2.0.0...v3.0.0) (2019-06-05)
67

78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
9090
[deps]: https://david-dm.org/webpack-contrib/raw-loader.svg
9191
[deps-url]: https://david-dm.org/webpack-contrib/raw-loader
9292
[tests]: https://dev.azure.com/webpack-contrib/raw-loader/_apis/build/status/webpack-contrib.raw-loader?branchName=master
93-
[tests-url]: https://dev.azure.com/webpack-contrib/raw-loader/_build/latest?definitionId=2&branchName=master
93+
[tests-url]: https://dev.azure.com/webpack-contrib/raw-loader/_build/latest?definitionId=10&branchName=master
9494
[cover]: https://codecov.io/gh/webpack-contrib/raw-loader/branch/master/graph/badge.svg
9595
[cover-url]: https://codecov.io/gh/webpack-contrib/raw-loader
9696
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg

lint-staged.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module.exports = {
2-
ignore: ['package-lock.json', 'CHANGELOG.md'],
3-
linters: {
4-
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
5-
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
6-
},
2+
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
3+
'(!CHANGELOG.md).{json,md,yml,css}': ['prettier --write', 'git add'],
74
};

0 commit comments

Comments
 (0)