diff --git a/package.json b/package.json index b27cb27..3bb066d 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { - "access": "public" - }, + "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -59,8 +57,5 @@ "webpack-cli": "^4.6.0", "webpack-log": "^3.0.1" }, - "dependencies": { - "@cocreate/docs": "^1.5.5", - "@cocreate/hosting": "^1.7.5" - } + "dependencies": { "@cocreate/docs": "^1.5.6", "@cocreate/hosting": "^1.7.6" } }