Skip to content

Commit

Permalink
Merge pull request #10 from kunstlicht/master
Browse files Browse the repository at this point in the history
Ready for AOT
  • Loading branch information
hendrathings authored Mar 26, 2017
2 parents 77208c0 + 73ddbb5 commit e4d8c0d
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 352 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ npm-debug.log
Thumbs.db
.DS_Store
coverage

dist
4 changes: 3 additions & 1 deletion . npmignore → .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ npm-debug.log
# OS generated files
Thumbs.db
.DS_Store
coverage
coverage

*.ngFactory.ts
10 changes: 0 additions & 10 deletions dist/angular2-nvd3/angular2-nvd3.component.d.ts

This file was deleted.

39 changes: 0 additions & 39 deletions dist/angular2-nvd3/angular2-nvd3.component.js

This file was deleted.

15 changes: 0 additions & 15 deletions dist/angular2-nvd3/angular2-nvd3.core.d.ts

This file was deleted.

205 changes: 0 additions & 205 deletions dist/angular2-nvd3/angular2-nvd3.core.js

This file was deleted.

10 changes: 0 additions & 10 deletions dist/angular2-nvd3/angular2-nvd3.directive.d.ts

This file was deleted.

39 changes: 0 additions & 39 deletions dist/angular2-nvd3/angular2-nvd3.directive.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/angular2-nvd3/angular2-nvd3.module.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions dist/angular2-nvd3/angular2-nvd3.module.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prepublish": "npm run compile",
"pretest": "npm run compile",
"test": "npm run test:lint && karma start karma.conf.js",
"compile": "rm -rf dist && tsc",
"compile": "rm -rf dist && ngc",
"test:lint": "tslint -c tslint.json 'src/angular2-nvd3/angular2-nvd3.*.ts'"
},
"repository": {
Expand Down Expand Up @@ -42,6 +42,7 @@
"devDependencies": {
"@angular/common": "^2.4.1",
"@angular/compiler": "^2.4.1",
"@angular/compiler-cli": "^2.4.10",
"@angular/core": "^2.4.1",
"@angular/platform-browser": "^2.4.1",
"@angular/platform-browser-dynamic": "^2.4.1",
Expand Down
Loading

0 comments on commit e4d8c0d

Please sign in to comment.