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 d35fcf0 commit b215270Copy full SHA for b215270
package.json
@@ -28,8 +28,7 @@
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
- "hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
+ "docs": "node ./node_modules/@cocreate/docs/src/index.js"
33
},
34
"repository": {
35
"type": "git",
@@ -64,7 +63,6 @@
64
63
"@cocreate/crud-client": "^1.21.8",
65
"@cocreate/docs": "^1.7.15",
66
"@cocreate/element-prototype": "^1.8.14",
67
- "@cocreate/hosting": "^1.10.8",
68
"@cocreate/render": "^1.24.16",
69
"@cocreate/socket-client": "^1.23.10",
70
"@cocreate/utils": "^1.21.1"
0 commit comments