Skip to content

Commit

Permalink
Removed unncessary sort-by package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny committed Nov 15, 2015
1 parent d9c67c8 commit 6423681
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions extension.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import * as vscode from 'vscode';
var sortby = require('sort-by');

class Change {
private textEditor: vscode.TextEditor;
private transform: (string) => string;
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@
},
"devDependencies": {
"vscode": "0.10.x"
},
"dependencies": {
"sort-by": "^1.1.1"
}
}

0 comments on commit 6423681

Please sign in to comment.