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 cff781b commit c6a691dCopy full SHA for c6a691d
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": {
@@ -61,7 +60,6 @@
61
60
62
"dependencies": {
63
"@cocreate/crud-client": "^1.21.10",
64
- "@cocreate/docs": "^1.8.13",
65
"@cocreate/local-storage": "^1.7.7",
66
"@cocreate/observer": "^1.8.5"
67
}
0 commit comments