|
10 | 10 | "build:js": "BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='**/__test__/*' src",
|
11 | 11 | "clean": "node_modules/.bin/rimraf lib; node_modules/.bin/rimraf demo/public",
|
12 | 12 | "prepare": "npm run build",
|
13 |
| - "prepublish": "npm run build", |
14 | 13 | "start": "npm run start:dev",
|
15 | 14 | "start:dev": "webpack-dev-server --config demo/webpack.config.dev.js",
|
16 | 15 | "test": "npm run test:coverage",
|
17 | 16 | "test:coverage": "node_modules/.bin/nyc --require @babel/register npm run test:mocha",
|
18 | 17 | "test:mocha": "BABEL_ENV=test mocha",
|
19 | 18 | "test:watch": "npm test | npm run watch",
|
20 |
| - "watch": "npm-watch", |
21 |
| - "postinstall": "opencollective postinstall" |
| 19 | + "watch": "npm-watch" |
22 | 20 | },
|
23 | 21 | "watch": {
|
24 | 22 | "test": {
|
25 |
| - "patterns": [ |
26 |
| - "src/**/*.js" |
27 |
| - ] |
| 23 | + "patterns": ["src/**/*.js"] |
28 | 24 | }
|
29 | 25 | },
|
30 | 26 | "repository": {
|
31 | 27 | "type": "git",
|
32 | 28 | "url": "git+https://github.com/ngs/draft-js-markdown-shortcuts-plugin.git"
|
33 | 29 | },
|
34 |
| - "keywords": [ |
35 |
| - "draftjs", |
36 |
| - "editor", |
37 |
| - "plugin", |
38 |
| - "markdown" |
39 |
| - ], |
| 30 | + "keywords": ["draftjs", "editor", "plugin", "markdown"], |
40 | 31 | "author": "Atsushi Nagase",
|
41 | 32 | "license": "MIT",
|
42 | 33 | "bugs": {
|
|
109 | 100 | "react": "^16.13.1",
|
110 | 101 | "react-dom": "^16.13.1"
|
111 | 102 | },
|
112 |
| - "contributors": [ |
113 |
| - "Atsushi Nagase <[email protected]>" |
114 |
| - ], |
| 103 | + "contributors": [ "Atsushi Nagase <[email protected]>"], |
115 | 104 | "dependencies": {
|
116 | 105 | "decorate-component-with-props": "^1.1.0",
|
117 | 106 | "draft-js": "~0.11.5",
|
118 | 107 | "draft-js-checkable-list-item": "^3.0.4",
|
119 | 108 | "draft-js-prism-plugin": "^0.1.3",
|
120 |
| - "immutable": "~3.8.2", |
121 |
| - "opencollective": "^1.0.3" |
| 109 | + "immutable": "~3.8.2" |
122 | 110 | },
|
123 | 111 | "collective": {
|
124 | 112 | "type": "opencollective",
|
|
0 commit comments