Skip to content

Commit

Permalink
Updated glob dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SolomoN-ua committed Jun 20, 2019
1 parent dbf2165 commit a39ad1f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0 / not released yet (rc1 - 2019-05-03)
2.0.0 / 2019-06-20
==================

* Dropped support of node lower than 6
Expand All @@ -7,6 +7,7 @@
* js-yaml from ~3.12.0 to 3.13.1
* cson from ~4.0.0 to 5.1.0
* load-grunt-tasks from ~3.5.2 to 4.0.0
* glob from ~7.1.3 to ~7.1.4
* Switched to strict dependencies versions
* Updated devDependencies

Expand Down
22 changes: 18 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "load-grunt-config",
"version": "2.0.0-rc1",
"version": "2.0.0",
"description": "Grunt plugin that lets you break up your Gruntfile config by task",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"cson": "5.1.0",
"glob": "7.1.3",
"glob": "7.1.4",
"jit-grunt": "0.10.0",
"js-yaml": "3.13.1",
"load-grunt-tasks": "4.0.0",
Expand Down

0 comments on commit a39ad1f

Please sign in to comment.