File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" : {
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+ }
You can’t perform that action at this time.
0 commit comments