diff --git a/package.json b/package.json index 4a9ec14..4be71f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,14 @@ { "name": "shareon", "version": "1.1.3", + "description": "Lightweight, stylish and ethical share buttons for popular social networks", + "license": "MIT", "homepage": "https://shareon.js.org", + "keywords": [ + "share buttons", + "sharing", + "social networks" + ], "repository": { "type": "git", "url": "git+https://github.com/NickKaramoff/shareon.git" @@ -9,24 +16,19 @@ "bugs": { "url": "https://github.com/NickKaramoff/shareon/issues" }, - "license": "MIT", - "author": "Nikita Karamov ", - "description": "Lightweight, stylish and ethical share buttons for popular social networks", - "keywords": [ - "share buttons", - "sharing", - "social networks" - ], - "files": [ - "dist", - "LICENSE", - "README.md" - ], + "author": { + "name": "Nikita Karamov", + "email": "nick@karamoff.dev", + "url": "https://karamoff.dev" + }, "main": "./dist/shareon.cjs", + "unpkg": "./dist/shareon.min.js", "exports": { "require": "./dist/shareon.cjs" }, - "unpkg": "./dist/shareon.min.js", + "files": [ + "dist" + ], "scripts": { "build": "rollup -c", "dev": "rollup -w -c",