Skip to content

Commit

Permalink
Bump to 1.0.0, add compatibility note
Browse files Browse the repository at this point in the history
- Updated FileHound minor
  • Loading branch information
GeKorm committed Feb 26, 2018
1 parent f07847c commit 610f877
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webpack-permissions-plugin",
"version": "0.0.2",
"author": "George Kormaris <gekorm@gmail.com>",
"version": "1.0.0",
"author": "George Kormaris <npm@gekorm.com>",
"description": "A webpack plugin to set permissions for your output files and folders",
"homepage": "https://github.com/GeKorm/webpack-permissions-plugin",
"license": "MIT",
Expand All @@ -21,6 +21,6 @@
"url": "https://github.com/GeKorm/webpack-permissions-plugin/issues"
},
"dependencies": {
"filehound": "^1.16.1"
"filehound": "^1.16.2"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 610f877

Please sign in to comment.