Skip to content

Commit

Permalink
Update contributors in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
justuswilhelm committed Feb 19, 2024
1 parent 14895d0 commit ad22d63
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"module": "dist/index.mjs",
"main": "dist/index.umd.js",
"types": "dist/ts/index.d.ts",
"author": "Paolo Tiu <[email protected]>",
"contributors": [
{"name": "Paolo Tiu",
"email": "[email protected]"
},
{"name": "Justus Perlwitz",
"email": "[email protected]"
}
],
"license": "MIT",
"version": "1.2.5",
"sideEffects": false,
Expand Down

0 comments on commit ad22d63

Please sign in to comment.