Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Dec 19, 2016
1 parent de406ef commit 7997c4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_js:
- "4"
- "5"
- "6"
- "7"
addons:
apt:
packages:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ your code using Grunt.

## Release History

* 2016-12-19 v0.2.2 Update dependencies
* 2016-12-11 v0.2.1 Support Node.js 0.10.x
* 2016-26-08 v0.2.0 Upgrade to Grunt 1.x
* 2016-03-05 v0.1.6 Update dependencies, improve build testing
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-plantuml",
"description": "Grunt task to generate images from plantuml diagram sources",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/prantlf/grunt-plantuml",
"author": {
"name": "Ferdinand Prantl",
Expand Down Expand Up @@ -31,16 +31,16 @@
"post_coverage": "GRUNT_PLANTUML_COVERAGE=1 grunt default coveralls"
},
"dependencies": {
"node-plantuml": "^0.4.4",
"node-plantuml": "^0.5.0",
"q": "^2.0.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-istanbul": "^0.7.1",
"grunt-istanbul": "^0.7.2",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
Expand Down

0 comments on commit 7997c4c

Please sign in to comment.