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",