Skip to content

Commit

Permalink
v2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Jul 29, 2021
1 parent ddbf1fe commit 62af01d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shareon",
"version": "1.6.2",
"version": "2.0.0-0",
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
"license": "BSD-3-Clause",
"homepage": "https://shareon.js.org",
Expand All @@ -27,7 +27,7 @@
"exports": {
"import": "./shareon.js"
},
"types": "shareon.d.ts",
"types": "shareon.d.ts",
"files": [
"shareon.css",
"shareon.css.map",
Expand All @@ -41,7 +41,7 @@
"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-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-*",
"lint": "eslint lib",
"release": "np",
Expand Down

0 comments on commit 62af01d

Please sign in to comment.