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 7d1615c commit 2140ed5Copy full SHA for 2140ed5
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
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
33
},
34
"repository": {
@@ -63,7 +62,6 @@
63
62
"dependencies": {
64
"@cocreate/actions": "^1.8.18",
65
"@cocreate/crud-client": "^1.21.10",
66
- "@cocreate/docs": "^1.8.13",
67
"@cocreate/element-prototype": "^1.8.16",
68
"@cocreate/render": "^1.24.18",
69
"@cocreate/socket-client": "^1.23.12",
0 commit comments