Skip to content

Commit be0e68f

Browse files
committed
removed @cocreate/hosting
1 parent ba2fd89 commit be0e68f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"start": "npx webpack --config webpack.config.js",
2828
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
2929
"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"
30+
"docs": "node ./node_modules/@cocreate/docs/src/index.js"
3231
},
3332
"repository": {
3433
"type": "git",
@@ -61,7 +60,6 @@
6160
"dependencies": {
6261
"@cocreate/crud-client": "^1.21.8",
6362
"@cocreate/docs": "^1.7.15",
64-
"@cocreate/hosting": "^1.10.8",
6563
"@cocreate/local-storage": "^1.7.5",
6664
"@cocreate/observer": "^1.8.3"
6765
}

0 commit comments

Comments
 (0)