Skip to content

Commit

Permalink
Fix cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpvieira committed Jun 20, 2014
1 parent 3756dd0 commit 11aeef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
var JSONStream = require('JSONStream')
var ncbi = require('./')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bionode-ncbi",
"description": "Node.js module for working with the NCBI API (aka e-utils) using Streams.",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "http://github.com/bionode/bionode-ncbi",
"repository": {
"type": "git",
Expand Down

0 comments on commit 11aeef3

Please sign in to comment.