Skip to content

Commit

Permalink
Publish additional existence check, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GeKorm committed Apr 11, 2019
1 parent 22bf975 commit c8d0916
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-permissions-plugin",
"version": "1.0.2-beta.0",
"version": "1.0.3",
"author": "George Kormaris <[email protected]>",
"description": "A webpack plugin to set permissions for your output files and folders",
"homepage": "https://github.com/GeKorm/webpack-permissions-plugin",
Expand All @@ -21,9 +21,9 @@
"url": "https://github.com/GeKorm/webpack-permissions-plugin/issues"
},
"dependencies": {
"filehound": "^1.16.4"
"filehound": "^1.17.0"
},
"devDependencies": {
"prettier": "^1.15.2"
"prettier": "^1.16.4"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ [email protected]:
minimatch "^3.0.3"
proper-lockfile "^1.2.0"

filehound@^1.16.4:
version "1.16.4"
resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.16.4.tgz#d2571a2327d28c94cb349fc773d104e21bec3884"
integrity sha512-TElqcntG5el6W/RG7gMUiaJxy1xmJA+RQ+c7AOcOqgDOHNfR6vW8khMYp/oVXrFtI/SXV6vAUlt//5XMUAZBww==
filehound@^1.17.0:
version "1.17.0"
resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.17.0.tgz#61b1e09c6e10dad84846887f2653a2a56f892f69"
integrity sha512-eN9QVpJXA/IB4kIkTuLVISqUPsM+CEBhyJtWXgGC2c4PZgelf0gstP4jB7RI1eFMCGphfNk/rVjLSIYKYEKQxg==
dependencies:
bluebird "^3.5.1"
file-js "0.3.0"
Expand Down Expand Up @@ -88,10 +88,10 @@ moment@^2.22.1:
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=

prettier@^1.15.2:
version "1.15.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e"
integrity sha512-YgPLFFA0CdKL4Eg2IHtUSjzj/BWgszDHiNQAe0VAIBse34148whfdzLagRL+QiKS+YfK5ftB6X4v/MBw8yCoug==
prettier@^1.16.4:
version "1.16.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
integrity sha512-ZzWuos7TI5CKUeQAtFd6Zhm2s6EpAD/ZLApIhsF9pRvRtM1RFo61dM/4MSRUA0SuLugA/zgrZD8m0BaY46Og7g==

proper-lockfile@^1.2.0:
version "1.2.0"
Expand Down

0 comments on commit c8d0916

Please sign in to comment.