Skip to content

Commit fee6c60

Browse files
committed
removed @cocreate/hosting
1 parent 1c5743a commit fee6c60

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",
@@ -60,7 +59,6 @@
6059
},
6160
"dependencies": {
6261
"@cocreate/docs": "^1.7.15",
63-
"@cocreate/hosting": "^1.10.8",
6462
"@cocreate/observer": "^1.8.3"
6563
}
6664
}

0 commit comments

Comments
 (0)