Skip to content

Commit

Permalink
add author
Browse files Browse the repository at this point in the history
  • Loading branch information
phillyx committed Jan 25, 2016
1 parent 59789be commit c1907c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = function(grunt) {
banner: '/*!\n' +
' * =====================================================\n' +
' * Mui v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
' * Edit by phillyx(github: https://github.com/phillyx/; blog: http://www.cnblogs.com/phillyx; email: [email protected])\n' +
' * =====================================================\n' +
' */\n',

Expand Down
3 changes: 2 additions & 1 deletion dist/js/mui.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*!
* =====================================================
* Mui v2.8.0 (http://dev.dcloud.net.cn/mui)
* Mui v2.8.1 (http://dev.dcloud.net.cn/mui)
* Edit by phillyx(github: https://github.com/phillyx/; blog: http://www.cnblogs.com/phillyx; email: [email protected])
* =====================================================
*/
/**
Expand Down
3 changes: 2 additions & 1 deletion dist/js/mui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mui",
"description": "最接近原生体验的高性能前端框架.",
"version": "2.8.0",
"version": "2.8.1",
"keywords": [
"css",
"fonts",
Expand Down

0 comments on commit c1907c3

Please sign in to comment.