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 1e6028d commit bdf3c03
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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 --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -49,7 +47,5 @@
"webpack-cli": "^4.3.1",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.4.18"
}
"dependencies": { "@cocreate/docs": "^1.4.19" }
}

0 comments on commit bdf3c03

Please sign in to comment.