From 7721e7f41b0fc0357ede9214b3d9cf40f986d3a9 Mon Sep 17 00:00:00 2001 From: paolotiu Date: Fri, 8 Mar 2024 09:07:51 +0800 Subject: [PATCH] Fix attributions --- .editorconfig | 2 -- LICENSE | 3 +-- package.json | 30 +++++------------------------- 3 files changed, 6 insertions(+), 29 deletions(-) diff --git a/.editorconfig b/.editorconfig index 21982b1..b1df95e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,3 @@ -root = true - [*] charset = utf-8 end_of_line = lf diff --git a/LICENSE b/LICENSE index de9c5f1..2a22ded 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index 5b6f6e8..e590b3e 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,7 @@ "module": "dist/index.mjs", "main": "dist/index.umd.js", "types": "dist/ts/index.d.ts", - "contributors": [ - {"name": "Paolo Tiu", - "email": "paolotiu17@gmail.com" - }, - {"name": "Justus Perlwitz", - "email": "hello@justus.pw" - } - ], + "author": "Paolo Tiu ", "license": "MIT", "version": "1.2.5", "sideEffects": false, @@ -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", @@ -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" @@ -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"] }