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 f6f8d94 commit 75762dbCopy full SHA for 75762db
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": {
@@ -62,7 +61,6 @@
62
61
"dependencies": {
63
"@cocreate/actions": "^1.8.18",
64
"@cocreate/api": "^1.10.17",
65
- "@cocreate/docs": "^1.8.13",
66
"@cocreate/element-prototype": "^1.8.16",
67
"@cocreate/observer": "^1.8.5",
68
"@cocreate/utils": "^1.21.3"
0 commit comments