Skip to content

Commit

Permalink
fix: Removed ts-helpers dep
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Jul 3, 2017
1 parent c71b4d5 commit fa40e00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"rollup-plugin-commonjs": "~7.0.0",
"rollup-plugin-node-resolve": "~2.0.0",
"rollup-plugin-uglify": "~1.0.1",
"ts-helpers": "^1.1.2",
"ts-node": "~2.0.0",
"tslint": "^5.0.0",
"tslint-eslint-rules": "^4.1.1",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "ts-helpers";

export * from "./behaviors";
export * from "./collections";
export * from "./modules";
Expand Down

0 comments on commit fa40e00

Please sign in to comment.