Skip to content

Commit

Permalink
Merge pull request #6 from koleary94/transcompile
Browse files Browse the repository at this point in the history
Transcompile ts to js
  • Loading branch information
kevinoleary19 authored Sep 8, 2016
2 parents 4c68449 + 9cfca9e commit cd2297f
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 1 deletion.
73 changes: 73 additions & 0 deletions lib/calendar.js

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

1 change: 1 addition & 0 deletions lib/calendar.js.map

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

200 changes: 200 additions & 0 deletions lib/datepicker.component.js

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

1 change: 1 addition & 0 deletions lib/datepicker.component.js.map

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

23 changes: 23 additions & 0 deletions lib/datepicker.module.js

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

1 change: 1 addition & 0 deletions lib/datepicker.module.js.map

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "angular2-material-datepicker",
"version": "0.1.1-alpha",
"version": "0.1.2-alpha",
"author": "Kevin O'Leary",
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/compiler-cli": "0.6.0",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
Expand Down

0 comments on commit cd2297f

Please sign in to comment.