Skip to content

Commit f3ccfc8

Browse files
committed
update
1 parent 2296f2b commit f3ccfc8

File tree

4 files changed

+758
-122
lines changed

4 files changed

+758
-122
lines changed

dist/laydate.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var task = {
2929
ascii_only: true //escape Unicode characters in strings and regexps
3030
}
3131
}))
32-
.pipe(header('/*! <%= pkg.realname %> v<%= pkg.version %> | <%= pkg.description %> | The <%= pkg.license %> License */\n ;', {pkg: pkg}))
32+
.pipe(header('/*! <%= pkg.realname %> v<%= pkg.version %> | <%= pkg.description %> | <%= pkg.license %> Licensed */\n ;', {pkg: pkg}))
3333
.pipe(gulp.dest('./dist'));
3434

3535
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "layui-laydate",
33
"realname": "layDate",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"description": "日期与时间组件",
66
"main": "src/laydate.js",
77
"license": "MIT",

0 commit comments

Comments
 (0)