Skip to content

Commit

Permalink
Revert "Added rudimentary source map support"
Browse files Browse the repository at this point in the history
This reverts commit 737aa42.
  • Loading branch information
mstade committed Dec 21, 2015
1 parent 737aa42 commit 3f02033
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/tape
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node
require('source-map-support/register');

var path = require('path');
var glob = require('glob');
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"inherits": "~2.0.1",
"object-inspect": "~1.0.0",
"resumer": "~0.0.0",
"source-map-support": "~0.4.0",
"string.prototype.trim": "^1.1.1",
"through": "~2.3.4"
},
Expand Down

0 comments on commit 3f02033

Please sign in to comment.