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

Commit 6431101

Browse files
authoredNov 25, 2019
chore: add the funding field in package.json (#347)
1 parent 90302cd commit 6431101

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"author": "Tobias Koppers @sokra",
88
"homepage": "https://github.com/webpack-contrib/file-loader",
99
"bugs": "https://github.com/webpack-contrib/file-loader/issues",
10+
"funding": {
11+
"type": "opencollective",
12+
"url": "https://opencollective.com/webpack"
13+
},
1014
"main": "dist/cjs.js",
1115
"engines": {
1216
"node": ">= 10.13.0"
@@ -46,7 +50,7 @@
4650
"@babel/preset-env": "^7.7.4",
4751
"@commitlint/cli": "^8.2.0",
4852
"@commitlint/config-conventional": "^8.2.0",
49-
"@webpack-contrib/defaults": "^6.1.0",
53+
"@webpack-contrib/defaults": "^6.2.0",
5054
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
5155
"babel-jest": "^24.9.0",
5256
"commitlint-azure-pipelines-cli": "^1.0.2",

0 commit comments

Comments
 (0)
This repository has been archived.