Skip to content

Commit

Permalink
1. 修改注释, 更新package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shinn-lancelot committed Aug 15, 2019
1 parent cfe065e commit d711101
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dist/meifei.cjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* meifei v0.0.0
* meifei v0.0.1-alpha
* (c) 2019-2019 shinn_lancelot
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/meifei.cjs.min.js

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

2 changes: 1 addition & 1 deletion dist/meifei.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* meifei v0.0.0
* meifei v0.0.1-alpha
* (c) 2019-2019 shinn_lancelot
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/meifei.esm.min.js

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

2 changes: 1 addition & 1 deletion dist/meifei.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* meifei v0.0.0
* meifei v0.0.1-alpha
* (c) 2019-2019 shinn_lancelot
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/meifei.min.js

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

2 changes: 1 addition & 1 deletion dist/styles/meifei.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* meifei v0.0.0
* meifei v0.0.1-alpha
* (c) 2019-2019 shinn_lancelot
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/meifei.min.css
100644 → 100755

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

2 changes: 1 addition & 1 deletion package-lock.json

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

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meifei",
"version": "0.0.0",
"version": "0.0.1-alpha",
"description": "A vue components library. 一个vue组件库。",
"main": "dist/meifei.cjs.js",
"module": "dist/meifei.esm.js",
Expand All @@ -17,6 +17,13 @@
"keywords": [
"meifei"
],
"repository": {
"type": "git",
"url": "https://github.com/shinn-lancelot/meifei.git"
},
"bugs": {
"url": "https://github.com/shinn-lancelot/meifei/issues"
},
"readme": "README.md",
"author": "shinn_lancelot",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables/color.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 颜色
// ??

$color-theme: #f00;
$color-default: #000;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables/distance.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 距离
// ??

$distance-xxx-small: 2px;
$distance-xx-small: 4px;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables/font-size.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 字号
// ??

$font-size-xxx-small: 12px;
$font-size-xx-small: 13px;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables/length.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 长度
// ??

$width-default: 100%;
$height-default: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables/mixin.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 混入
// ??

@mixin overflow-dot {
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables/name.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 名称
// ??

$lib-short-name: 'mf';
$class-name-map: (
Expand Down

0 comments on commit d711101

Please sign in to comment.