From beebf42c3758cbf30ecd29dfac0efa1c34a41b93 Mon Sep 17 00:00:00 2001 From: kimlimjustin Date: Tue, 8 Jun 2021 19:55:21 +0700 Subject: [PATCH] 1.1.0 --- package.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3f84e9d..c1cc882 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,32 @@ { "name": "is-hidden-file", - "version": "1.0.1", + "version": "1.1.0", "description": "Check if a file/folder is hidden on node js that works on any platform.", "main": "src/index.js", "author": "Justin Maximillian Kimlim ", - "repository": {"type": "git", "url": "https://github.com/kimlimjustin/is-hidden-file.git"}, - "os": ["darwin", "linux", "windows"], + "repository": { + "type": "git", + "url": "https://github.com/kimlimjustin/is-hidden-file.git" + }, + "os": [ + "darwin", + "linux", + "windows" + ], "scripts": { "install": "node src/install.js", "test": "jest", "native_build": "node-gyp rebuild" }, - "keywords": ["file", "is", "hidden", "dot", "is-hidden", "windows", "linux"], + "keywords": [ + "file", + "is", + "hidden", + "dot", + "is-hidden", + "windows", + "linux" + ], "license": "MIT", "devDependencies": { "jest": "^27.0.4"