pull/37/head v2.0.0-0
Nikita Karamov 2021-07-29 17:15:00 +02:00
parent ddbf1fe59f
commit 62af01dbca
No known key found for this signature in database
GPG Key ID: 7FCADEDBB1AEBE44
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "shareon", "name": "shareon",
"version": "1.6.2", "version": "2.0.0-0",
"description": "Lightweight, stylish and ethical share buttons for popular social networks", "description": "Lightweight, stylish and ethical share buttons for popular social networks",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"homepage": "https://shareon.js.org", "homepage": "https://shareon.js.org",
@ -27,7 +27,7 @@
"exports": { "exports": {
"import": "./shareon.js" "import": "./shareon.js"
}, },
"types": "shareon.d.ts", "types": "shareon.d.ts",
"files": [ "files": [
"shareon.css", "shareon.css",
"shareon.css.map", "shareon.css.map",
@ -41,7 +41,7 @@
"build-js": "esbuild lib/shareon.js --format=esm --minify --outfile=shareon.js --sourcemap --target=es6", "build-js": "esbuild lib/shareon.js --format=esm --minify --outfile=shareon.js --sourcemap --target=es6",
"build-legacy-js": "esbuild lib/shareon.js --format=iife --minify --outfile=shareon.legacy.js --sourcemap --target=es6 --global-name=shareon", "build-legacy-js": "esbuild lib/shareon.js --format=iife --minify --outfile=shareon.legacy.js --sourcemap --target=es6 --global-name=shareon",
"build-css": "postcss lib/shareon.css --map --output shareon.css", "build-css": "postcss lib/shareon.css --map --output shareon.css",
"build-types": "tsc lib/shareon.js --declaration --allowJs --emitDeclarationOnly --outDir .", "build-types": "tsc lib/shareon.js --declaration --allowJs --emitDeclarationOnly --outDir .",
"build": "run-p build-*", "build": "run-p build-*",
"lint": "eslint lib", "lint": "eslint lib",
"release": "np", "release": "np",