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 8, 2019
2 parents 7487d4e + 5ac5b5a commit cd1cc2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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/hotkey",
"version": "1.2.1",
"version": "1.2.3",
"description": "",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand All @@ -13,7 +13,8 @@
"clean": "rm -rf dist",
"prebuild": "npm run clean && npm run lint && mkdir dist",
"pretest": "npm run build",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"files": [
"dist",
Expand Down

0 comments on commit cd1cc2a

Please sign in to comment.