Rearrange entries in package.json
parent
54bf529b5c
commit
478970ff25
30
package.json
30
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 <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",
|
||||
|
|
Loading…
Reference in New Issue