Skip to content

Commit

Permalink
update logging to work with new npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang committed Apr 18, 2011
1 parent 4ce9186 commit 9bb19ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.js
@@ -0,0 +1 @@
module.exports = require('./lib/logging');
1 change: 0 additions & 1 deletion lib/index.js

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "logging",
"version": "2.0.6",
"version": "2.0.8",
"description": "Super sexy color console logging.",
"homepage": "http://github.com/dylang/logging",
"author": "Dylan Greene <dylang@gmail.com>",
Expand All @@ -17,9 +17,8 @@
"mail": "dylang@gmail.com",
"web": "http://github.com/dylang/logging/issues"
},
"main": "./lib/index.js",
"main": "index",
"engines": { "node": ">=0.4.0" },
"scripts": { },
"licenses" :
[
{ "type" : "MIT", "url" : "http://github.com/isaacs/npm/raw/master/LICENSE" }
Expand Down

0 comments on commit 9bb19ec

Please sign in to comment.