更新依赖版本

master 0.0.3
宇天 2018-05-25 18:55:49 +08:00
parent f8f98f0194
commit 359b8a782a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bash-ip", "name": "bash-ip",
"version": "0.0.2", "version": "0.0.3",
"description": "类似于linux下的简单版的ip命令工具", "description": "类似于linux下的简单版的ip命令工具",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -8,7 +8,7 @@
}, },
"keywords": ["ip", "iproute2"], "keywords": ["ip", "iproute2"],
"dependencies": { "dependencies": {
"es.shim": "0.0.2", "es.shim": "^1.0.1",
"chalk": "^2.4.1" "chalk": "^2.4.1"
}, },
"engines": { "engines": {