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 f525217 commit bdba18dCopy full SHA for bdba18d
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": {
@@ -57,8 +56,5 @@
57
56
"webpack": "^5.24.4",
58
"webpack-cli": "^4.5.0",
59
"webpack-log": "^3.0.1"
60
- },
61
- "dependencies": {
62
- "@cocreate/docs": "^1.8.13"
63
}
64
0 commit comments