Skip to content

Commit

Permalink
Fix package.json style
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <[email protected]>
  • Loading branch information
Christian Wolf authored and christianlupus committed Sep 20, 2024
1 parent 2e2808b commit 21c30e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.11.2",
"description": "",
"license": "AGPL-3.0-or-later",
"type": "module",
"author": "",
"homepage": "https://github.com/nextcloud/nextcloud-cookbook#readme",
"repository": {
Expand All @@ -13,6 +12,7 @@
"bugs": {
"url": "https://github.com/nextcloud/nextcloud-cookbook/issues"
},
"type": "module",
"main": "src/main.ts",
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 21c30e1

Please sign in to comment.