Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cssnano): replace opencollective with funding field. #1047

Merged
merged 1 commit into from Apr 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions packages/cssnano/package.json
Expand Up @@ -7,10 +7,9 @@
"bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
"prebuild": "del-cli dist",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
"prepublish": "yarn build",
"postinstall": "opencollective-postinstall"
"prepublish": "yarn build"
},
"collective": {
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cssnano"
},
Expand All @@ -27,8 +26,7 @@
"dependencies": {
"cosmiconfig": "^7.0.0",
"cssnano-preset-default": "^5.0.0",
"is-resolvable": "^1.1.0",
"opencollective-postinstall": "^2.0.2"
"is-resolvable": "^1.1.0"
},
"homepage": "https://github.com/cssnano/cssnano",
"author": {
Expand Down