Skip to content

Commit b888c44

Browse files
committed
Added call to donate after npm install
1 parent 13d1d3e commit b888c44

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"homepage": "https://github.com/modularcode/modular-admin-html",
1515
"dependencies": {
16+
"opencollective": "^1.0.3"
1617
},
1718
"devDependencies": {
1819
"dotenv": "^2.0.0",
@@ -47,6 +48,12 @@
4748
"scripts": {
4849
"gulp": "gulp --gulpfile build/gulpfile.js",
4950
"start": "npm run gulp",
50-
"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"
5158
}
52-
}
59+
}

0 commit comments

Comments
 (0)