Skip to content

Commit 153df2e

Browse files
committed
fix: bump dependencies
1 parent 5284674 commit 153df2e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -35,9 +33,7 @@
3533
},
3634
"author": "CoCreate LLC",
3735
"license": "MIT",
38-
"bugs": {
39-
"url": "https://github.com/CoCreate-app/CoCreate-kanban/issues"
40-
},
36+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-kanban/issues" },
4137
"homepage": "https://cocreate.app/docs/kanban",
4238
"funding": {
4339
"type": "GitHub Sponsors ❤",
@@ -58,7 +54,5 @@
5854
"webpack-cli": "^4.5.0",
5955
"webpack-log": "^3.0.1"
6056
},
61-
"dependencies": {
62-
"@cocreate/docs": "^1.4.15"
63-
}
57+
"dependencies": { "@cocreate/docs": "^1.4.16" }
6458
}

0 commit comments

Comments
 (0)