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 10, 2023
1 parent 8e78722 commit aaf9a92
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.5",
"@cocreate/hosting": "^1.7.5"
}
"dependencies": { "@cocreate/docs": "^1.5.6", "@cocreate/hosting": "^1.7.6" }
}

0 comments on commit aaf9a92

Please sign in to comment.