Skip to content

Commit

Permalink
remove references to babel-polyfill and source-map-support/register f…
Browse files Browse the repository at this point in the history
…rom within the code files
  • Loading branch information
brozeph committed Feb 11, 2019
1 parent 1d41ad8 commit ef54a5a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
Expand Down
3 changes: 0 additions & 3 deletions src/Client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import 'babel-polyfill';
import 'source-map-support/register';

import * as protocol from 'json-rpc-protocol';
import log from 'debug';
import net from 'net';
Expand Down
3 changes: 0 additions & 3 deletions src/Server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import 'babel-polyfill';
import 'source-map-support/register';

import * as protocol from 'json-rpc-protocol';
import EventEmitter from 'events';
import fs from 'fs';
Expand Down
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
import 'babel-polyfill';
import 'source-map-support/register';

export * from './Client';
export * from './Server';

0 comments on commit ef54a5a

Please sign in to comment.