Skip to content

Commit

Permalink
Fix attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
paolotiu committed Mar 8, 2024
1 parent 893ee30 commit 7721e7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
root = true

[*]
charset = utf-8
end_of_line = lf
Expand Down
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MIT License

Copyright (c) 2023-2024 Justus Perlwitz
Copyright (c) 2023 paolotiu
Copyright (c) 2024 paolotiu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
30 changes: 5 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
"module": "dist/index.mjs",
"main": "dist/index.umd.js",
"types": "dist/ts/index.d.ts",
"contributors": [
{"name": "Paolo Tiu",
"email": "[email protected]"
},
{"name": "Justus Perlwitz",
"email": "[email protected]"
}
],
"author": "Paolo Tiu <[email protected]>",
"license": "MIT",
"version": "1.2.5",
"sideEffects": false,
Expand All @@ -29,10 +22,7 @@
"prepublishOnly": "npm run build",
"test": "jest tests"
},
"files": [
"src",
"dist"
],
"files": ["src", "dist"],
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.5.0",
Expand Down Expand Up @@ -62,11 +52,7 @@
"tslib": "^2.5.2",
"typescript": "^4.9.5"
},
"keywords": [
"svelte",
"avatars",
"boring-avatars"
],
"keywords": ["svelte", "avatars", "boring-avatars"],
"repository": {
"type": "git",
"url": "https://github.com/paolotiu/svelte-boring-avatars.git"
Expand All @@ -81,13 +67,7 @@
],
"^.+\\.ts$": "ts-jest"
},
"moduleFileExtensions": [
"js",
"svelte",
"ts"
]
"moduleFileExtensions": ["js", "svelte", "ts"]
},
"setupFilesAfterEnv": [
"@testing-library/jest-dom/extend-expect"
]
"setupFilesAfterEnv": ["@testing-library/jest-dom/extend-expect"]
}

0 comments on commit 7721e7f

Please sign in to comment.