Skip to content

Commit

Permalink
Update dependencies. Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-nwyc committed Apr 14, 2018
1 parent 2473a2a commit de0216d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "netsuitesdf",
"displayName": "NetSuiteSDF",
"description": "Plugin to integrate NetSuite SDF CLI",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "markkeaton",
"repository": "https://github.com/mark-keaton/NetSuiteSDF",
"engines": {
Expand Down Expand Up @@ -210,9 +210,9 @@
"rxjs": "^5.5.10"
},
"devDependencies": {
"typescript": "^2.6.1",
"vscode": "^1.1.6",
"@types/node": "^7.0.43",
"@types/mocha": "^2.2.42"
"@types/mocha": "^2.2.42",
"@types/node": "^7.0.61",
"typescript": "^2.8.1",
"vscode": "^1.1.14"
}
}
4 changes: 0 additions & 4 deletions src/netsuite-sdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ import { ChildProcess } from 'child_process';

import { Observable } from 'rxjs/Observable';
import { Subject } from 'rxjs/Subject';
import 'rxjs/add/operator/concatMap';
import 'rxjs/add/operator/distinctUntilChanged';
import 'rxjs/add/operator/do';
import 'rxjs/add/operator/filter';
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/scan';
import 'rxjs/add/operator/switchMap';
import 'rxjs/add/operator/toPromise';

import { spawn } from 'spawn-rx';
Expand Down

0 comments on commit de0216d

Please sign in to comment.