Skip to content

Commit

Permalink
Remove directories directive from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Mar 4, 2011
1 parent 8d654e5 commit 1cdf5ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,6 @@
, "version": "0.0.7"
, "description": "HBase client using the REST connector"
, "author": "David Worms <david@adaltas.com>"
, "directories" : { "lib" : "./lib" }
, "main": "./lib/hbase"
, "engines": { "node": ">= 0.1.90" }
}
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -49,7 +49,7 @@ Via git (or downloaded tarball):

$ git clone http://github.com/wdavidw/node-hbase.git

Then, simply copy or link the lib/csv.js file into your $HOME/.node_libraries folder or inside a declared path folder.
Then, simply copy or link the project inside a discoverable Node directory (node_modules).

Via [npm](http://github.com/isaacs/npm):

Expand Down

0 comments on commit 1cdf5ae

Please sign in to comment.