hexo-generator-better-sitemap
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -22,3 +22,3 @@ 'use strict'; | ||
.map(common.setItemLastUpdate) | ||
.sortBy('updated') | ||
.sortBy('updated').reverse() | ||
.value(); | ||
@@ -25,0 +25,0 @@ |
@@ -22,3 +22,3 @@ 'use strict'; | ||
.map(common.setItemLastUpdate) | ||
.sortBy('updated') | ||
.sortBy('updated').reverse() | ||
.value(); | ||
@@ -25,0 +25,0 @@ |
136
package.json
{ | ||
"name": "hexo-generator-better-sitemap", | ||
"description": "SEO-friendly sitemap generator plugin for Hexo", | ||
"version": "0.1.1", | ||
"author": { | ||
"name": "Ludovic LEFEVRE", | ||
"email": "contact@ludoviclefevre.fr", | ||
"url": "http://www.ludoviclefevre.fr" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/SukkaW/hexo-generator-better-sitemap/issues" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.3.1", | ||
"ejs": "^2.6.1", | ||
"lodash": "^4.5.0", | ||
"moment": "^2.22.2", | ||
"pretty-data": "0.40.0", | ||
"url-join": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "3.4.1", | ||
"coveralls": "^3.0.2", | ||
"grunt": "^1.0.3", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-escomplex": "0.0.3", | ||
"grunt-jscs": "^3.0.1", | ||
"grunt-lineending": "0.2.4", | ||
"grunt-mocha-cli": "^4.0.0", | ||
"grunt-mocha-istanbul": "3.0.1", | ||
"grunt-nice-package": "^0.10.4", | ||
"hexo": "^3.2.0", | ||
"istanbul": "^0.4.5", | ||
"jshint-stylish": "2.1.0", | ||
"load-grunt-tasks": "3.4.0", | ||
"mocha": "^5.2.0", | ||
"normalize-newline": "2.0.0", | ||
"rimraf": "2.4.5", | ||
"time-grunt": "1.3.0", | ||
"xmldom": "0.1.21" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib", | ||
"views", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"homepage": "https://github.com/SukkaW/hexo-generator-better-sitemap/#readme", | ||
"keywords": [ | ||
"generator", | ||
"google", | ||
"hexo", | ||
"seo", | ||
"sitemap" | ||
], | ||
"license": "MIT", | ||
"main": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SukkaW/hexo-generator-better-sitemap.git" | ||
} | ||
} | ||
"name": "hexo-generator-better-sitemap", | ||
"description": "SEO-friendly sitemap generator plugin for Hexo", | ||
"version": "0.1.2", | ||
"author": { | ||
"name": "SukkaW", | ||
"email": "i@skk.moe", | ||
"url": "https://skk.moe" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/SukkaW/hexo-generator-better-sitemap/issues" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.3.1", | ||
"ejs": "^2.6.1", | ||
"lodash": "^4.5.0", | ||
"moment": "^2.22.2", | ||
"pretty-data": "0.40.0", | ||
"url-join": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "3.4.1", | ||
"coveralls": "^3.0.2", | ||
"grunt": "^1.0.3", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-escomplex": "0.0.3", | ||
"grunt-jscs": "^3.0.1", | ||
"grunt-lineending": "0.2.4", | ||
"grunt-mocha-cli": "^4.0.0", | ||
"grunt-mocha-istanbul": "3.0.1", | ||
"grunt-nice-package": "^0.10.4", | ||
"hexo": "^3.2.0", | ||
"istanbul": "^0.4.5", | ||
"jshint-stylish": "2.1.0", | ||
"load-grunt-tasks": "3.4.0", | ||
"mocha": "^5.2.0", | ||
"normalize-newline": "2.0.0", | ||
"rimraf": "2.4.5", | ||
"time-grunt": "1.3.0", | ||
"xmldom": "0.1.21" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib", | ||
"views", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"homepage": "https://github.com/SukkaW/hexo-generator-better-sitemap/#readme", | ||
"keywords": [ | ||
"generator", | ||
"google", | ||
"hexo", | ||
"seo", | ||
"sitemap" | ||
], | ||
"license": "MIT", | ||
"main": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SukkaW/hexo-generator-better-sitemap.git" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
31236
+ Addedurl-join@4.0.1(transitive)
- Removedurl-join@1.1.0(transitive)
Updatedurl-join@^4.0.0