Skip to content

Commit

Permalink
Version bump to 2.1.3 and fixed prepublish command to prevent broken …
Browse files Browse the repository at this point in the history
…releases.
  • Loading branch information
wittlock committed Jul 7, 2018
1 parent 53abe74 commit ef738b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "angular2-hotkeys",
"version": "2.1.2",
"version": "2.1.3",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"prepublish": "tsc",
"prepublish": "tsc && ngc",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"ngc": "./node_modules/.bin/ngc -p tsconfig.json"
Expand Down

0 comments on commit ef738b1

Please sign in to comment.