Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
refacto(isparta): remove legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Oct 31, 2015
1 parent b7ee72f commit 72a2fd4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/isparta.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import * as istanbul from 'istanbul';

for (var key in istanbul) {
if (istanbul.hasOwnProperty(key)) {
exports[key] = istanbul[key];
}
}

export * as istanbul from 'istanbul';
export {Instrumenter} from './instrumenter';
export {version} from '../package.json';

0 comments on commit 72a2fd4

Please sign in to comment.