grunt-jekyll
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -0,1 +1,12 @@ | ||
<a name="0.4.6"></a> | ||
## [0.4.6](https://github.com/dannygarcia/grunt-jekyll/compare/v0.4.5...v0.4.6) (2017-01-14) | ||
### Features | ||
* update `tmp` ([0b5e3dc](https://github.com/dannygarcia/grunt-jekyll/commit/0b5e3dc)) | ||
* **travis:** test node to version 7 ([fe930a5](https://github.com/dannygarcia/grunt-jekyll/commit/fe930a5)) | ||
<a name="0.4.5"></a> | ||
@@ -2,0 +13,0 @@ ## [0.4.5](https://github.com/dannygarcia/grunt-jekyll/compare/v0.4.4...v0.4.5) (2017-01-14) |
{ | ||
"name": "grunt-jekyll", | ||
"description": "A custom grunt.js plugin that executes jekyll compile and/or watch for you", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"homepage": "https://github.com/dannygarcia/grunt-jekyll", | ||
@@ -38,3 +38,3 @@ "author": "Danny Garcia <contact@danny-garcia.com> (http://danny-garcia.com)", | ||
"dependencies": { | ||
"tmp": "^0.0.28" | ||
"tmp": "^0.0.31" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15056
+ Addedtmp@0.0.31(transitive)
- Removedtmp@0.0.28(transitive)
Updatedtmp@^0.0.31