Skip to content

Commit

Permalink
Update vue-clipboard2 to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webcore-it committed Nov 27, 2018
1 parent af46bef commit a55f597
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ yarn-error.log*
*.sln


# npm settings
/.npmrc


# Dependency directories
node_modules/
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-clipboard2",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"keywords": [
"copy",
Expand All @@ -12,10 +12,11 @@
"main": "index.js",
"repository": "https://github.com/webcore-it/nuxt-clipboard2",
"homepage": "https://github.com/webcore-it/nuxt-clipboard2",
"author": "Web Core IT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"vue-clipboard2": "^0.1.1"
"vue-clipboard2": "0.2.1"
}
}

0 comments on commit a55f597

Please sign in to comment.