Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 13, 2022
1 parent 6eb04db commit 9b09679
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -73,8 +67,8 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.4.18",
"@cocreate/hosting": "^1.6.17",
"@cocreate/docs": "^1.4.19",
"@cocreate/hosting": "^1.6.18",
"colors": "latest",
"glob": "^7.1.7",
"got": "latest",
Expand Down

0 comments on commit 9b09679

Please sign in to comment.