From 236fc661f62c404827aa4f378e8fd6d0957bf0d3 Mon Sep 17 00:00:00 2001 From: Rodrigo Polo MPW Date: Tue, 13 Oct 2015 11:56:04 -0600 Subject: [PATCH] bin --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6c748d..90a2465 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "plotframes", - "version": "1.0.2", + "version": "1.0.3", "description": "A Node.js frame plotter inspired by FFmpeg plotframes", "main": "cli.js", "preferGlobal": true, "bin": { - "plotframes": "./cli.js" + "plotframes": "cli.js" }, "repository": { "type": "git",