diff --git a/cli.js b/cli.js index 65f88b1..42bb35e 100755 --- a/cli.js +++ b/cli.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node var JSONStream = require('JSONStream') var ncbi = require('./') diff --git a/package.json b/package.json index 9fcdc62..333a523 100644 --- a/package.json +++ b/package.json @@ -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",