From 359b8a782ae7331aaa959e7f6c05bbe5e534e597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 25 May 2018 18:55:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= 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 c1d6128..00d4996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bash-ip", - "version": "0.0.2", + "version": "0.0.3", "description": "类似于linux下的简单版的ip命令工具", "main": "index.js", "bin": { @@ -8,7 +8,7 @@ }, "keywords": ["ip", "iproute2"], "dependencies": { - "es.shim": "0.0.2", + "es.shim": "^1.0.1", "chalk": "^2.4.1" }, "engines": {