Skip to content

Commit

Permalink
Fixed error in npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Skvira committed Mar 1, 2011
1 parent 9cd4eb2 commit 900d5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "node-config",
"description": "Lightweight configuration engine for node.js",
"author": "Artem Skvira",
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"node": ">=0.1.99"
},
"main" : "./index.js",
"main" : "./index.js"
}
File renamed without changes.

0 comments on commit 900d5e0

Please sign in to comment.