Rearrange entries in package.json

This commit is contained in:
Nikita Karamov 2020-06-26 17:04:15 +02:00
parent 54bf529b5c
commit 478970ff25
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 16 additions and 14 deletions

View File

@ -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 <nick@karamoff.dev>",
"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",