Skip to content

Commit

Permalink
fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuKKu- committed Jun 7, 2017
1 parent 195bc66 commit cdd1a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { CommonModule } from '@angular/common';
import { ParticlesComponent } from './particles.component';
import { ParticlesDirective } from './particles.directive';

export * from './particles.component';

@NgModule({
imports: [
CommonModule
Expand All @@ -13,8 +15,7 @@ import { ParticlesDirective } from './particles.directive';
ParticlesDirective
],
exports: [
ParticlesComponent,
ParticlesDirective
ParticlesComponent
]
})
export class ParticlesModule { }
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-particle",
"version": "1.0.0",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/ryuKKu-/angular-particle"
Expand Down

0 comments on commit cdd1a9d

Please sign in to comment.