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 13d1d3e commit b888c44Copy full SHA for b888c44
package.json
@@ -13,6 +13,7 @@
13
},
14
"homepage": "https://github.com/modularcode/modular-admin-html",
15
"dependencies": {
16
+ "opencollective": "^1.0.3"
17
18
"devDependencies": {
19
"dotenv": "^2.0.0",
@@ -47,6 +48,12 @@
47
48
"scripts": {
49
"gulp": "gulp --gulpfile build/gulpfile.js",
50
"start": "npm run gulp",
- "deploy": "npm run gulp deploy"
51
+ "deploy": "npm run gulp deploy",
52
+ "postinstall": "opencollective postinstall"
53
+ },
54
+ "collective": {
55
+ "type": "opencollective",
56
+ "url": "https://opencollective.com/modular-admin-html",
57
+ "logo": "https://opencollective.com/opencollective/logo.txt"
58
}
-}
59
+}
0 commit comments