Skip to content

Commit

Permalink
add ts file into distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Sep 19, 2017
1 parent 522aa0e commit 9e3300e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ npm-debug.log
# *.js
# *.map
# *.d.ts
*.ts
#*.ts

# JetBrains
.idea
Expand Down
6 changes: 3 additions & 3 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-whitelist": "^1.3.1",
"ionic-angular": "3.6.1",
"ionic-hockeyapp": "^0.1.6",
"ionic-hockeyapp": "0.1.7",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"rxjs": "5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-hockeyapp",
"version": "0.1.6",
"version": "0.1.7",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
Expand Down

0 comments on commit 9e3300e

Please sign in to comment.