Skip to content

Commit 1d70bee

Browse files
Added call to donate after npm install (optional)
1 parent 3964e4f commit 1d70bee

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"test:coverage": "node_modules/.bin/nyc --require babel-core/register npm run test:mocha",
1818
"test:mocha": "mocha --opts .mocha.opts $(find src -name '*-test.js')",
1919
"test:watch": "npm test | npm run watch",
20-
"watch": "npm-watch"
20+
"watch": "npm-watch",
21+
"postinstall": "opencollective postinstall"
2122
},
2223
"watch": {
2324
"test": {
@@ -112,6 +113,11 @@
112113
"decorate-component-with-props": "^1.1.0",
113114
"draft-js": "~0.10.5",
114115
"draft-js-checkable-list-item": "^3.0.1",
115-
"immutable": "~3.7.4"
116+
"immutable": "~3.7.4",
117+
"opencollective": "^1.0.3"
118+
},
119+
"collective": {
120+
"type": "opencollective",
121+
"url": "https://opencollective.com/draft-js-markdown-shortcuts-plugin"
116122
}
117-
}
123+
}

0 commit comments

Comments
 (0)