Skip to content

Commit

Permalink
chore: remove log4js install hack
Browse files Browse the repository at this point in the history
Since 0.6.3, log4js works on both 0.8 and 0.10 so we don't have to do this hack anymore...
log4js-node/log4js-node#129
  • Loading branch information
vojtajina committed Apr 13, 2013
1 parent cca8a3f commit 5898d0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
20 changes: 0 additions & 20 deletions install-log4js.js

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"lodash": "~1.1",
"pause": "0.0.1",
"mime": "~1.2",
"log4js": "~0.5.8 || ~0.6.1"
"log4js": "~0.6.3"
},
"peerDependencies": {
"karma-jasmine": "*",
Expand Down Expand Up @@ -127,8 +127,5 @@
"engines": {
"node": "~0.8 || ~0.10"
},
"scripts": {
"install": "node install-log4js.js"
},
"version": "0.9.1"
}

0 comments on commit 5898d0b

Please sign in to comment.