Skip to content

Commit

Permalink
fix(package): point to correct package typings
Browse files Browse the repository at this point in the history
fix #40
  • Loading branch information
spirosikmd committed Jan 27, 2018
1 parent 87a5ec7 commit d371906
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 76 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/bundles/angular2-elastic-input.umd.js",
"module": "dist/angular2-elastic-input.es5.js",
"es2015": "dist/angular2-elastic-input.js",
"typings": "./dist/index.d.ts",
"typings": "dist/angular2-elastic-input.d.ts",
"scripts": {
"test": "karma start",
"lint": "tslint -c tslint.json 'index.ts src/**/*.ts docs/**/*.ts'",
Expand Down

0 comments on commit d371906

Please sign in to comment.