Skip to content

Commit

Permalink
Broke out events to a new project and cleanup
Browse files Browse the repository at this point in the history
removed some unused code paths, cleaned up formatting in files and
pulled event emitter out into a new project called harken.
  • Loading branch information
designfrontier committed Sep 4, 2015
1 parent 56c0f7e commit 79226a4
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 272 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var http = require('http')
, path = require('path')
, utils = require('./utils/utils')
, utils = require('./utils')
, events = require('harken')
, pkg = require('./package.json')
, parser = require('./utils/parser')
Expand Down

0 comments on commit 79226a4

Please sign in to comment.