From 7b0725e8aa785e783021ba92177b6db2a902357a Mon Sep 17 00:00:00 2001 From: Zswang Date: Thu, 16 Oct 2014 01:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90eede6..780bfdd 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "jdists", - "version": "0.0.1", + "version": "0.0.2", "description": "JS 区块进行预处理工具", "main": "src/jdists.js", "bin": { - "eg": "bin/jdists" + "jdists": "bin/jdists" }, "repository": { "type": "git",