Skip to content

Commit

Permalink
Merge branch 'master' into add-typescript-definition-file
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Aug 14, 2019
2 parents ece9825 + 99f91b7 commit 3fe5fc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github/clipboard-copy-element",
"version": "1.0.3",
"version": "1.0.4",
"description": "Copy element text content or input values to the clipboard.",
"repository": "github/clipboard-copy-element",
"main": "dist/index.umd.js",
Expand All @@ -13,7 +13,8 @@
"build": "rollup -c && cp src/clipboard-copy-element.js.flow dist/index.esm.js.flow && cp src/clipboard-copy-element.js.flow dist/index.umd.js.flow",
"pretest": "npm run build",
"test": "karma start test/karma.config.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"keywords": [
"clipboard"
Expand Down

0 comments on commit 3fe5fc9

Please sign in to comment.