Skip to content

Commit

Permalink
chore(deps): update hexo-util to v1.0.1
Browse files Browse the repository at this point in the history
* to include hexojs/hexo-util#75
  • Loading branch information
curbengh committed Aug 29, 2019
1 parent eea2134 commit dced2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/helper/tagcloud.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const Color = require('../../../node_modules/hexo-util/lib/color'); // eslint-disable-line node/no-unpublished-require
const Color = require('hexo-util').Color;

function tagcloudHelper(tags, options) {
if (!options && (!tags || !Object.prototype.hasOwnProperty.call(tags, 'length'))) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"hexo-fs": "^1.0.0",
"hexo-i18n": "^0.2.1",
"hexo-log": "^0.2.0",
"hexo-util": "^1.0.0",
"hexo-util": "^1.0.1",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"micromatch": "^4.0.2",
Expand Down

0 comments on commit dced2ac

Please sign in to comment.