Skip to content

Commit

Permalink
Update packaging
Browse files Browse the repository at this point in the history
 * add main section
 * add index.js
  • Loading branch information
_gr_ committed Mar 30, 2011
1 parent c06d25a commit c3ded4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
@@ -0,0 +1,2 @@
exports.fs = require('./fs');

3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,8 @@
{ "name" : "nodetk"
, "description" : "nodetk is a set of small libraries intended to facilitate the use of nodejs."
, "version": "0.1.3"
, "version": "0.1.4"
, "bin" : "./bin/nodetests"
, "main": "./index.js"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/AF83/nodetk.git"
Expand Down

0 comments on commit c3ded4b

Please sign in to comment.