Skip to content

Commit

Permalink
Moved the 'FTPFileSystem' class to the '@webdav-server/ftp' package
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Jun 28, 2017
1 parent e0e4232 commit 5c04125
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 360 deletions.
1 change: 0 additions & 1 deletion lib/manager/v2/export.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './instances/FTPFileSystem';
export * from './instances/PhysicalFileSystem';
export * from './instances/VirtualFileSystem';
export * from './fileSystem/export';
Expand Down
1 change: 0 additions & 1 deletion lib/manager/v2/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./instances/FTPFileSystem"));
__export(require("./instances/PhysicalFileSystem"));
__export(require("./instances/VirtualFileSystem"));
__export(require("./fileSystem/export"));
Expand Down
1 change: 0 additions & 1 deletion src/manager/v2/export.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

export * from './instances/FTPFileSystem'
export * from './instances/PhysicalFileSystem'
export * from './instances/VirtualFileSystem'
export * from './fileSystem/export'
Expand Down
357 changes: 0 additions & 357 deletions src/manager/v2/instances/FTPFileSystem.ts

This file was deleted.

0 comments on commit 5c04125

Please sign in to comment.