Skip to content

Commit

Permalink
Remove dist/ folder and point to correct npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Richardson committed Feb 20, 2017
1 parent fb5c5f5 commit 3cd62e1
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,6 +1,6 @@
{
"name": "angular2-hotkeys",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
Expand All @@ -27,7 +27,7 @@
"bugs": {
"url": "[email protected]:brtnshrdr/angular2-hotkeys.git/issues"
},
"main": "./dist/index.js",
"main": "./index.js",
"dependencies": {
"@types/mousetrap": "^1.5.32",
"mousetrap": "^1.6.0"
Expand Down

0 comments on commit 3cd62e1

Please sign in to comment.