diff --git a/package.json b/package.json index 9418682..b5f5421 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { - "access": "public" - }, + "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "automated": "nodejs src/commands/fs/automated.js", @@ -45,18 +43,14 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { - "url": "https://github.com/CoCreate-app/CoCreate-cli/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-cli/issues" }, "homepage": "https://cocreate.app/docs/cli", "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/CoCreate-app" }, "main": "index.js", - "bin": { - "coc": "src/coc.js" - }, + "bin": { "coc": "src/coc.js" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", @@ -72,8 +66,8 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/docs": "^1.4.19", - "@cocreate/hosting": "^1.6.18", + "@cocreate/docs": "^1.4.20", + "@cocreate/hosting": "^1.6.21", "colors": "latest", "glob": "^7.1.7", "got": "latest",