From 505a03ec093e0f038a7b03aa7b622066146858da Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 29 Aug 2018 16:22:40 +0800 Subject: [PATCH] :arrow_up: Bump deps --- index.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index f419248..c7b7bdc 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * @module inspect-attrs * @author nuintun * @license MIT - * @version 0.5.2 + * @version 0.5.3 * @description An object attributes inspect tool. * @see https://github.com/nuintun/inspect-attrs#readme */ diff --git a/package.json b/package.json index 7c8dd2a..048984f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inspect-attrs", - "version": "0.5.2", + "version": "0.5.3", "description": "An object attributes inspect tool.", "main": "index.js", "repository": { @@ -27,7 +27,7 @@ }, "devDependencies": { "chai": "^4.1.2", - "rollup": "^0.64.1", + "rollup": "^0.65.0", "fs-extra": "^7.0.0" }, "homepage": "https://github.com/nuintun/inspect-attrs#readme",