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 ba2fd89 commit be0e68fCopy full SHA for be0e68f
package.json
@@ -27,8 +27,7 @@
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
- "hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
+ "docs": "node ./node_modules/@cocreate/docs/src/index.js"
32
},
33
"repository": {
34
"type": "git",
@@ -61,7 +60,6 @@
61
60
"dependencies": {
62
"@cocreate/crud-client": "^1.21.8",
63
"@cocreate/docs": "^1.7.15",
64
- "@cocreate/hosting": "^1.10.8",
65
"@cocreate/local-storage": "^1.7.5",
66
"@cocreate/observer": "^1.8.3"
67
}
0 commit comments