hexo-generator-feed
Advanced tools
Comparing version 0.1.1 to 0.1.2
var ejs = require('ejs'), | ||
_ = require('lodash'), | ||
merge = require('utils-merge'), | ||
path = require('path'), | ||
@@ -19,3 +19,3 @@ file = hexo.util.file2; | ||
var feedConfig = _.extend({ | ||
var feedConfig = merge({ | ||
type: 'atom', | ||
@@ -22,0 +22,0 @@ limit: 20 |
{ | ||
"name": "hexo-generator-feed", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Feed generator plugin for Hexo", | ||
@@ -26,5 +26,5 @@ "main": "index", | ||
"dependencies": { | ||
"ejs": "^0.8.5", | ||
"lodash": "^2.4.1" | ||
"ejs": "^1.0.0", | ||
"utils-merge": "^1.0.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # Feed generator | ||
``` | ||
``` bash | ||
$ npm install hexo-generator-feed --save | ||
@@ -25,4 +25,2 @@ ``` | ||
- **path** - Feed path. (Default: atom.xml/rss2.xml) | ||
- **limit** - Maximum number of posts in the feed | ||
[Hexo]: http://zespia.tw/hexo | ||
- **limit** - Maximum number of posts in the feed |
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
5855
24
+ Addedutils-merge@^1.0.0
+ Addedejs@1.0.0(transitive)
+ Addedutils-merge@1.0.1(transitive)
- Removedlodash@^2.4.1
- Removedejs@0.8.8(transitive)
- Removedlodash@2.4.2(transitive)
Updatedejs@^1.0.0