Skip to content

Commit

Permalink
update 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Feb 4, 2018
1 parent ffa3171 commit 442686e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/xe-utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* xe-utils.js v1.4.0
* xe-utils.js v1.4.1
* (c) 2017-2018 Xu Liangzhan
* ISC License.
*/
Expand Down Expand Up @@ -1215,7 +1215,7 @@
browse: browse, cookie: cookie, locat: locat
})
XEUtils.mixin = mixin
XEUtils.version = '1.4.0'
XEUtils.version = '1.4.1'

return XEUtils
}))
4 changes: 2 additions & 2 deletions dist/xe-utils.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ function mixin (methods) {
return core.objectAssign(XEUtils, methods)
}

var a = ''; core.each(core, function (c, k) { a += k + ': ' + k + ', ' }); console.log(a)
var b = ''; core.each(browse, function (c, k) { b += k + ': ' + k + ', ' }); console.log(b)

mixin(core)
mixin(browse)
XEUtils.mixin = mixin
XEUtils.version = '1.4.0'
XEUtils.version = '1.4.1'

export * from './src/core'
export * from './src/browse'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xe-utils",
"version": "1.4.0",
"version": "1.4.1",
"description": "XEUtils 一个轻量级的函数库,提供一套实用丰富函数",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 442686e

Please sign in to comment.