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 13, 2023
1 parent 50493ff commit 4743e30
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 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 All @@ -35,9 +33,7 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/CoCreate-app/CoCreate-kanban/issues"
},
"bugs": { "url": "/~https://github.com/CoCreate-app/CoCreate-kanban/issues" },
"homepage": "https://cocreate.app/docs/kanban",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -57,7 +53,5 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.5.6"
}
"dependencies": { "@cocreate/docs": "^1.5.7" }
}

0 comments on commit 4743e30

Please sign in to comment.