File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33const hash = require ( './hash' ) ;
44
5+ exports . CacheStream = require ( './cache_stream' ) ;
6+ exports . camelCaseKeys = require ( './camel_case_keys' ) ;
57exports . Color = require ( './color' ) ;
8+ exports . createSha1Hash = hash . createSha1Hash ;
69exports . escapeDiacritic = require ( './escape_diacritic' ) ;
710exports . escapeHTML = require ( './escape_html' ) ;
811exports . escapeRegExp = require ( './escape_regexp' ) ;
12+ exports . hash = hash . hash ;
13+ exports . HashStream = hash . HashStream ;
914exports . highlight = require ( './highlight' ) ;
1015exports . htmlTag = require ( './html_tag' ) ;
1116exports . Pattern = require ( './pattern' ) ;
@@ -15,8 +20,3 @@ exports.spawn = require('./spawn');
1520exports . stripHTML = require ( './strip_html' ) ;
1621exports . truncate = require ( './truncate' ) ;
1722exports . wordWrap = require ( './word_wrap' ) ;
18- exports . hash = hash . hash ;
19- exports . HashStream = hash . HashStream ;
20- exports . createSha1Hash = hash . createSha1Hash ;
21- exports . CacheStream = require ( './cache_stream' ) ;
22- exports . camelCaseKeys = require ( './camel_case_keys' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " hexo-util" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Utilities for Hexo." ,
55 "main" : " lib/index" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments