Skip to content

Commit 384de22

Browse files
committed
Audit fix
1 parent 76b241b commit 384de22

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

package.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,24 @@
1010
"build:js": "BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='**/__test__/*' src",
1111
"clean": "node_modules/.bin/rimraf lib; node_modules/.bin/rimraf demo/public",
1212
"prepare": "npm run build",
13-
"prepublish": "npm run build",
1413
"start": "npm run start:dev",
1514
"start:dev": "webpack-dev-server --config demo/webpack.config.dev.js",
1615
"test": "npm run test:coverage",
1716
"test:coverage": "node_modules/.bin/nyc --require @babel/register npm run test:mocha",
1817
"test:mocha": "BABEL_ENV=test mocha",
1918
"test:watch": "npm test | npm run watch",
20-
"watch": "npm-watch",
21-
"postinstall": "opencollective postinstall"
19+
"watch": "npm-watch"
2220
},
2321
"watch": {
2422
"test": {
25-
"patterns": [
26-
"src/**/*.js"
27-
]
23+
"patterns": ["src/**/*.js"]
2824
}
2925
},
3026
"repository": {
3127
"type": "git",
3228
"url": "git+https://github.com/ngs/draft-js-markdown-shortcuts-plugin.git"
3329
},
34-
"keywords": [
35-
"draftjs",
36-
"editor",
37-
"plugin",
38-
"markdown"
39-
],
30+
"keywords": ["draftjs", "editor", "plugin", "markdown"],
4031
"author": "Atsushi Nagase",
4132
"license": "MIT",
4233
"bugs": {
@@ -109,16 +100,13 @@
109100
"react": "^16.13.1",
110101
"react-dom": "^16.13.1"
111102
},
112-
"contributors": [
113-
"Atsushi Nagase <[email protected]>"
114-
],
103+
"contributors": ["Atsushi Nagase <[email protected]>"],
115104
"dependencies": {
116105
"decorate-component-with-props": "^1.1.0",
117106
"draft-js": "~0.11.5",
118107
"draft-js-checkable-list-item": "^3.0.4",
119108
"draft-js-prism-plugin": "^0.1.3",
120-
"immutable": "~3.8.2",
121-
"opencollective": "^1.0.3"
109+
"immutable": "~3.8.2"
122110
},
123111
"collective": {
124112
"type": "opencollective",

0 commit comments

Comments
 (0)