We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5a034 commit bc5c712Copy full SHA for bc5c712
1 file changed
package.json
@@ -27,7 +27,6 @@
27
"start": "npx webpack --config webpack.config.js",
28
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
29
"dev": "npx webpack --config webpack.config.js --watch",
30
- "docs": "node ./node_modules/@cocreate/docs/src/index.js",
31
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
32
},
33
"repository": {
@@ -49,7 +48,6 @@
49
48
"@cocreate/cli": "^1.29.3"
50
51
"dependencies": {
52
- "@cocreate/docs": "^1.8.13",
53
"@cocreate/utils": "^1.21.3",
54
"node-html-parser": "^6.1.4"
55
}
0 commit comments