Skip to content

Commit

Permalink
fix some bundling issues
Browse files Browse the repository at this point in the history
- allow debug in the browser
- use browserify's eventemitter
- stub growl
  • Loading branch information
boneskull committed Sep 27, 2017
1 parent d6c5bc0 commit 4f6b9c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 204 deletions.
7 changes: 0 additions & 7 deletions lib/browser/debug.js

This file was deleted.

195 changes: 0 additions & 195 deletions lib/browser/events.js

This file was deleted.

5 changes: 5 additions & 0 deletions lib/browser/growl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

// just stub out growl

module.exports = require('../utils').noop;
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,7 @@
"bower.json"
],
"browser": {
"debug": "./lib/browser/debug.js",
"events": "./lib/browser/events.js",
"growl": "./lib/browser/growl.js",
"tty": "./lib/browser/tty.js",
"./index.js": "./browser-entry.js",
"fs": false,
Expand Down

0 comments on commit 4f6b9c1

Please sign in to comment.