Skip to content

Commit 53cd973

Browse files
committed
chore: update package.json
- use consistent sorting across apps - update author, individual authors are listed in AUTHORS.md, see other libraries Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent ff48025 commit 53cd973

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
"name": "@nextcloud/initial-state",
33
"version": "2.2.0",
44
"description": "Access data from the nextcloud server-side initial state API within apps.",
5-
"homepage": "https://github.com/nextcloud/nextcloud-initial-state#readme",
6-
"author": "Christoph Wurst",
7-
"license": "GPL-3.0-or-later",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/nextcloud/nextcloud-initial-state"
11-
},
125
"keywords": [
136
"nextcloud"
147
],
15-
"files": [
16-
"dist/",
17-
"CHANGELOG.md"
18-
],
8+
"homepage": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/nextcloud-libraries/nextcloud-initial-state"
12+
},
13+
"license": "GPL-3.0-or-later",
14+
"author": "Nextcloud GmbH and Nextcloud contributors",
1915
"type": "module",
20-
"main": "dist/index.cjs",
21-
"types": "dist/index.d.ts",
2216
"exports": {
2317
".": {
2418
"types": "./dist/index.d.ts",
2519
"import": "./dist/index.mjs",
2620
"require": "./dist/index.cjs"
2721
}
2822
},
23+
"main": "dist/index.cjs",
24+
"types": "dist/index.d.ts",
25+
"files": [
26+
"dist/",
27+
"CHANGELOG.md"
28+
],
2929
"scripts": {
3030
"build": "vite --mode production build",
3131
"build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll",

0 commit comments

Comments
 (0)