We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a526db commit d02707cCopy full SHA for d02707c
package.json
@@ -7,7 +7,7 @@
7
"compile": "lerna run compile",
8
"lint": "tslint packages/*/{src,__tests__}/**/*.ts",
9
"prebootstrap": "npm install",
10
- "postinstall": "lerna bootstrap",
+ "postinstall": "lerna bootstrap && opencollective postinstall",
11
"publish": "lerna publish",
12
"publish:canary": "npm run publish -- --canary",
13
"test": "npm run testonly",
@@ -34,5 +34,13 @@
34
"tslint": "^5.6.0",
35
"tslint-config-accounts": "^0.0.3",
36
"typescript": "^2.4.1"
37
+ },
38
+ "dependencies": {
39
+ "opencollective": "^1.0.3"
40
41
+ "collective": {
42
+ "type": "opencollective",
43
+ "url": "https://opencollective.com/accounts-js",
44
+ "logo": "https://opencollective.com/accounts-js/logo.txt"
45
}
-}
46
+}
0 commit comments