manage-version
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "manage-version", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Node command line tool for updating package.json version", | ||
"main": "index.js", | ||
"bin": { | ||
"manage-version": "src/index.js" | ||
}, | ||
"bin": "src/index.js", | ||
"scripts": { | ||
@@ -10,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -1,2 +0,2 @@ | ||
#! /usr/bin/env node --harmony | ||
#! /usr/bin/env nodejs --harmony | ||
@@ -3,0 +3,0 @@ const program = require('commander'); |
2319