Skip to content

Commit 20dfebf

Browse files
committed
fix: bump dependencies
1 parent 33cb914 commit 20dfebf

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",
@@ -36,9 +34,7 @@
3634
},
3735
"author": "CoCreate LLC",
3836
"license": "MIT",
39-
"bugs": {
40-
"url": "https://github.com/CoCreate-app/CoCreate-utils/issues"
41-
},
37+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-utils/issues" },
4238
"homepage": "https://cocreate.app/docs/utils",
4339
"funding": {
4440
"type": "GitHub Sponsors ❤",
@@ -60,7 +56,5 @@
6056
"webpack-cli": "^4.5.0",
6157
"webpack-log": "^3.0.1"
6258
},
63-
"dependencies": {
64-
"@cocreate/docs": "^1.4.13"
65-
}
59+
"dependencies": { "@cocreate/docs": "^1.4.13" }
6660
}

0 commit comments

Comments
 (0)