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 2c1d8c3 commit 9411e19Copy full SHA for 9411e19
package.json
@@ -28,7 +28,6 @@
28
"start": "npx webpack --config webpack.config.js",
29
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
30
"dev": "npx webpack --config webpack.config.js --watch",
31
- "docs": "node ./node_modules/@cocreate/docs/src/index.js",
32
"postinstal": "node ./node_modules/@cocreate/cli/check-coc.js"
33
},
34
"repository": {
@@ -62,7 +61,6 @@
62
61
63
"dependencies": {
64
"@cocreate/actions": "^1.8.18",
65
- "@cocreate/docs": "^1.8.13",
66
"@cocreate/render": "^1.24.18",
67
"@cocreate/utils": "^1.21.3"
68
}
0 commit comments