Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sentsim committed May 21, 2021
1 parent 2296f2b commit f3ccfc8
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 122 deletions.
5 changes: 3 additions & 2 deletions dist/laydate.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var task = {
ascii_only: true //escape Unicode characters in strings and regexps
}
}))
.pipe(header('/*! <%= pkg.realname %> v<%= pkg.version %> | <%= pkg.description %> | The <%= pkg.license %> License */\n ;', {pkg: pkg}))
.pipe(header('/*! <%= pkg.realname %> v<%= pkg.version %> | <%= pkg.description %> | <%= pkg.license %> Licensed */\n ;', {pkg: pkg}))
.pipe(gulp.dest('./dist'));

}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "layui-laydate",
"realname": "layDate",
"version": "5.3.0",
"version": "5.3.1",
"description": "日期与时间组件",
"main": "src/laydate.js",
"license": "MIT",
Expand Down
Loading

0 comments on commit f3ccfc8

Please sign in to comment.