Skip to content

Commit

Permalink
Merge pull request #76 from curbengh/1.0.1
Browse files Browse the repository at this point in the history
release: 1.0.1
  • Loading branch information
segayuu authored Aug 29, 2019
2 parents 3fabb7d + 7179266 commit 2ac2ba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

const hash = require('./hash');

exports.CacheStream = require('./cache_stream');
exports.camelCaseKeys = require('./camel_case_keys');
exports.Color = require('./color');
exports.createSha1Hash = hash.createSha1Hash;
exports.escapeDiacritic = require('./escape_diacritic');
exports.escapeHTML = require('./escape_html');
exports.escapeRegExp = require('./escape_regexp');
exports.hash = hash.hash;
exports.HashStream = hash.HashStream;
exports.highlight = require('./highlight');
exports.htmlTag = require('./html_tag');
exports.Pattern = require('./pattern');
Expand All @@ -15,8 +20,3 @@ exports.spawn = require('./spawn');
exports.stripHTML = require('./strip_html');
exports.truncate = require('./truncate');
exports.wordWrap = require('./word_wrap');
exports.hash = hash.hash;
exports.HashStream = hash.HashStream;
exports.createSha1Hash = hash.createSha1Hash;
exports.CacheStream = require('./cache_stream');
exports.camelCaseKeys = require('./camel_case_keys');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-util",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities for Hexo.",
"main": "lib/index",
"scripts": {
Expand Down

0 comments on commit 2ac2ba8

Please sign in to comment.