Skip to content

Commit

Permalink
Removing source-map-support, its useless now since coffee script doesn't
Browse files Browse the repository at this point in the history
support source maps when joining files together.
  • Loading branch information
arboleya committed Jul 23, 2013
1 parent fe30173 commit dd9a10a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions lib/fs-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"node": ">= 0.8"
},

"dependencies":{
"source-map-support": "0.1.x"
},
"dependencies":{},

"devDependencies":{
"coffee-script": "1.6.x",
Expand Down
2 changes: 0 additions & 2 deletions src/fs-tools.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require('source-map-support').install()

path = require 'path'
fs = require 'fs'

Expand Down

0 comments on commit dd9a10a

Please sign in to comment.