Skip to content

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed May 17, 2017
1 parent 30a2ca2 commit dc2ce2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-component",
"version": "2.6.3",
"version": "2.6.4",
"description": "A reactjs, angular and vuejs tree component.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -51,7 +51,6 @@
"zone.js": "0.8.9"
},
"dependencies": {
"tslib": "1",
"@types/node": "*"
"tslib": "1"
}
}
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { __extends, __decorate, __assign } from "tslib";

export class DoubleClick {
clicked = false;
timer: null | NodeJS.Timer = null;
timer: null | number = null;

constructor(private timeout = 300) { }

Expand Down

0 comments on commit dc2ce2a

Please sign in to comment.