From bfbc829cd979768c71d8292065329fdd22e57663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Tue, 15 Dec 2020 18:16:27 +0800 Subject: [PATCH] 1.5.2 --- package.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2a2748f..b0791d7 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,13 @@ { "name": "iofs", - "version": "1.5.1", + "version": "1.5.2", "description": "iofs是一个基于原生fs模块封装的工具, 旨在提供更加方便实用一些常用的API方法(同步), API习惯参考了bash shell。", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/bytedo/iofs.git" }, - "keywords": [ - "fivejs", - "fs", - "iofs", - "fs.io", - "file" - ], + "keywords": ["fivejs", "fs", "iofs", "fs.io", "file"], "author": "yutent", "license": "MIT" }