Skip to content

Commit

Permalink
chore(publish): enable source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 12, 2016
1 parent 5e88303 commit 50f3e09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ webpack.config.js

#typescript sources
*.ts
*.js.map
#*.js.map
!/bundles/*.js.map
!*.d.ts
/components/**/*.ts
Expand Down
1 change: 0 additions & 1 deletion components/carousel/carousel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,3 @@ export class CarouselComponent implements OnDestroy {
}
}
}

1 change: 0 additions & 1 deletion components/modal/modal-backdrop.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ export class ModalBackdropComponent {
this.element = element;
}
}

0 comments on commit 50f3e09

Please sign in to comment.