Skip to content

Commit

Permalink
Release 2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estevanmaito committed May 18, 2019
1 parent c90a4f4 commit f067a5f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharect",
"version": "1.1.0",
"version": "2.0.0-beta.0",
"description": "Share selection text",
"main": "dist/sharect.js",
"author": "Estevan Maito <ejmaito@gmail.com>",
Expand All @@ -15,10 +15,14 @@
"release-it": {
"github": {
"release": true,
"assets": ["dist/sharect.js"]
"assets": [
"dist/sharect.js"
]
}
},
"files": ["dist/sharect.js"],
"files": [
"dist/sharect.js"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.4",
Expand Down

0 comments on commit f067a5f

Please sign in to comment.