Skip to content

Commit

Permalink
fix duplicate module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuKKu- committed Jun 7, 2017
1 parent 61ecbe0 commit b2e9bc1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
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": "0.1.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/ryuKKu-/angular-particle"
Expand Down
2 changes: 1 addition & 1 deletion src/particles.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component, Input, OnInit } from '@angular/core';
import { IParams } from './lib';
import { IParams } from './lib/index';

@Component({
selector: 'particles',
Expand Down
21 changes: 0 additions & 21 deletions src/particles.module.ts

This file was deleted.

0 comments on commit b2e9bc1

Please sign in to comment.