From 610f8777f8b975d5a5832c3c443cbd70c1a38b31 Mon Sep 17 00:00:00 2001 From: GeKorm Date: Mon, 26 Feb 2018 20:54:52 +0000 Subject: [PATCH] Bump to 1.0.0, add compatibility note - Updated FileHound minor --- README.md | 1 + package.json | 6 +++--- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5ee08e0..8de2f7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Webpack Permissions Plugin A webpack plugin to manage the permissions of output files and directories +Tested with **Webpack 2, 3 and 4** ### Install diff --git a/package.json b/package.json index 7ef281c..c88bbf3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webpack-permissions-plugin", - "version": "0.0.2", - "author": "George Kormaris ", + "version": "1.0.0", + "author": "George Kormaris ", "description": "A webpack plugin to set permissions for your output files and folders", "homepage": "https://github.com/GeKorm/webpack-permissions-plugin", "license": "MIT", @@ -21,6 +21,6 @@ "url": "https://github.com/GeKorm/webpack-permissions-plugin/issues" }, "dependencies": { - "filehound": "^1.16.1" + "filehound": "^1.16.2" } } diff --git a/yarn.lock b/yarn.lock index 21efef9..4981d49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -37,9 +37,9 @@ file-js@0.3.0: minimatch "^3.0.3" proper-lockfile "^1.2.0" -filehound@^1.16.1: - version "1.16.1" - resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.16.1.tgz#15dd5c0f9c90dc3b8a2b9af758fbfd4e0d710696" +filehound@^1.16.2: + version "1.16.2" + resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.16.2.tgz#e72aefa5587723e2e299075d147e8b6b578c73d0" dependencies: bluebird "^3.4.1" file-js "0.3.0"