Skip to content

Commit

Permalink
update to prevent js bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Oct 4, 2011
1 parent 6973fd4 commit f5dbf49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.0.1 / Month Day, 2011
==================

* Start of the project

2 changes: 0 additions & 2 deletions lib/config.coffee

This file was deleted.

3 changes: 3 additions & 0 deletions lib/main.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require('coffee-script');
require 'protege'
require('node-log').setName 'APPNAME'

module.exports = {}

0 comments on commit f5dbf49

Please sign in to comment.