Skip to content

Commit a5fa627

Browse files
committed
chore: package manifest contributors
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8caf896 commit a5fa627

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

package.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
"name": "Jan Kowalleck",
4444
"url": "https://github.com/jkowalleck"
4545
},
46+
"maintainers": [
47+
{
48+
"name": "Jan Kowalleck",
49+
"url": "https://github.com/jkowalleck"
50+
}
51+
],
4652
"contributors": [
4753
{
4854
"name": "Jan Kowalleck",
@@ -55,6 +61,18 @@
5561
{
5662
"name": "Peter Wagner",
5763
"url": "https://github.com/thepwagner"
64+
},
65+
{
66+
"name": "Xavier Maso",
67+
"url": "https://github.com/xmasoracle"
68+
},
69+
{
70+
"name": "mLuca",
71+
"url": "https://github.com/mLuca"
72+
},
73+
{
74+
"name": " Augustus Kling ",
75+
"url": "https://github.com/AugustusKling"
5876
}
5977
],
6078
"type": "commonjs",
@@ -133,6 +151,10 @@
133151
"types": "./dist.d/serialize/index.node.d.ts",
134152
"default": "./dist.node/serialize/index.node.js"
135153
},
154+
"./SPDX": {
155+
"types": "./dist.d/spdx.d.ts",
156+
"default": "./dist.node/spdx.js"
157+
},
136158
"./Spec": {
137159
"types": "./dist.d/spec/index.d.ts",
138160
"default": "./dist.node/spec/index.js"
@@ -148,10 +170,6 @@
148170
"./Validation": {
149171
"types": "./dist.d/validation/index.node.d.ts",
150172
"default": "./dist.node/validation/index.node.js"
151-
},
152-
"./SPDX": {
153-
"types": "./dist.d/spdx.d.ts",
154-
"default": "./dist.node/spdx.js"
155173
}
156174
},
157175
"directories": {

0 commit comments

Comments
 (0)