Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damkraw committed Jul 17, 2019
1 parent b6db800 commit aa7c889
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ This will populate `<%= gitinfo.my.custom.command %>` with `git arg1 arg2` outpu
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
0.1.9
-----
- \#35 Update peerDependencies

0.1.8
-----
- \#30 Update peerDependencies to support Grunt 1.0
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-gitinfo",
"description": "Get Git info from a working copy and populate grunt.config with the data",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/damkraw/grunt-gitinfo",
"author": {
"name": "Damian Krawczyk",
Expand All @@ -25,15 +25,15 @@
"node": ">= 0.8.0"
},
"dependencies": {
"lodash": "~2.4.1",
"async": "~0.9.0",
"getobject": "~0.1.0"
"getobject": "~0.1.0",
"lodash": "^4.17.14"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt": "^1.0.4",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "^0.4.1"
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down

0 comments on commit aa7c889

Please sign in to comment.