Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 27, 2023
1 parent 3b23aa2 commit d01f809
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down Expand Up @@ -59,8 +57,5 @@
"webpack-cli": "^4.6.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.5.7",
"@cocreate/hosting": "^1.7.7"
}
"dependencies": { "@cocreate/docs": "^1.5.8", "@cocreate/hosting": "^1.7.8" }
}

0 comments on commit d01f809

Please sign in to comment.