Skip to content

Commit 848bf4b

Browse files
committed
misc: replace opencollective with light vers
1 parent 57a2de4 commit 848bf4b

File tree

2 files changed

+57
-76
lines changed

2 files changed

+57
-76
lines changed

package-lock.json

Lines changed: 54 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"travis:lint": "lerna bootstrap && npm run build && npm run lint && npm run tslint && npm run bundlesize",
4444
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
4545
"watch": "npm run build && tsc -w",
46-
"postinstall": "opencollective postinstall"
46+
"postinstall": "lightercollective"
4747
},
4848
"husky": {
4949
"hooks": {
@@ -114,8 +114,8 @@
114114
"global-modules-path": "^2.3.0",
115115
"import-local": "^2.0.0",
116116
"interpret": "^1.1.0",
117+
"lightercollective": "^0.1.0",
117118
"loader-utils": "^1.1.0",
118-
"opencollective": "^1.0.3",
119119
"supports-color": "^5.5.0",
120120
"v8-compile-cache": "^2.0.2",
121121
"yargs": "^12.0.4"
@@ -162,7 +162,6 @@
162162
},
163163
"collective": {
164164
"type": "opencollective",
165-
"url": "https://opencollective.com/webpack",
166-
"logo": "https://opencollective.com/webpack/logo.txt"
165+
"url": "https://opencollective.com/webpack"
167166
}
168167
}

0 commit comments

Comments
 (0)