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 authored Aug 14, 2019
2 parents a9cab58 + 1a9c306 commit 743a66a
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/time-elements",
"version": "3.0.4",
"version": "3.0.5",
"main": "dist/time-elements-legacy.js",
"module": "dist/time-elements.js",
"types": "index.d.ts",
Expand All @@ -16,7 +16,8 @@
"build": "rollup -c && cp src/index.js.flow dist/time-elements.js.flow && cp src/index.js.flow dist/time-elements-legacy.js.flow",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "karma start ./test/karma.config.js"
"test": "karma start ./test/karma.config.js",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"repository": "github/time-elements",
"devDependencies": {
Expand Down

0 comments on commit 743a66a

Please sign in to comment.