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 f85dba3 commit cd445f7Copy full SHA for cd445f7
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": {
@@ -62,7 +61,6 @@
62
61
63
"dependencies": {
64
"@cocreate/crud-client": "^1.21.10",
65
- "@cocreate/docs": "^1.8.13",
66
"@cocreate/element-prototype": "^1.8.16",
67
"@cocreate/floating-label": "^1.7.7",
68
"@cocreate/observer": "^1.8.5"
0 commit comments