Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 27, 2022
1 parent 01b0e93 commit 55e64dc
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": "private"
},
"publishConfig": { "access": "private" },
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down Expand Up @@ -60,8 +58,5 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.4.5",
"@cocreate/hosting": "^1.6.4"
}
"dependencies": { "@cocreate/docs": "^1.4.6", "@cocreate/hosting": "^1.6.5" }
}

0 comments on commit 55e64dc

Please sign in to comment.