Skip to content

Commit

Permalink
remove all brfs references
Browse files Browse the repository at this point in the history
  • Loading branch information
pr1ntr committed Jan 12, 2014
1 parent 0471ce1 commit 59db0c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlr",
"version": "0.0.8",
"version": "0.1.0",
"description": "Creates bundled .js source from one entry file. Optionally will write the file to the filesystem.",
"main": "index.js",
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/bundlr.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
path = require('path')
coffeeify = require('coffeeify')
browserify = require('browserify')
brfs = require('brfs')
uglify = require('uglify-js')
mime = require('mime')
through = require('through')
Expand Down

0 comments on commit 59db0c9

Please sign in to comment.