Skip to content

Commit

Permalink
feat(typings): removed typed dependency and fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
OzairP authored and trs committed Oct 26, 2017
1 parent e9b4a63 commit fae5564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ftp-srv.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as tls from 'tls'
import { Stat } from 'fs'
import { Stats } from 'fs'
import { Server } from 'net'

declare class FileSystem {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
}
},
"dependencies": {
"@types/node": "^8.0.44",
"bunyan": "^1.8.10",
"lodash": "^4.17.4",
"moment": "^2.18.1",
Expand Down

0 comments on commit fae5564

Please # to comment.