Skip to content

Commit 9940148

Browse files
author
huangshuwei
committed
add License
1 parent b739bab commit 9940148

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ export default {
8484
| 事件名称 | 说明 | 回调参数 |
8585
| -------- | ------------ | ---------- |
8686
| change | 元素可见变化事件 | [IntersectionObserverEntry](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserverEntry)、observer |
87+
88+
## License
89+
90+
http://www.opensource.org/licenses/mit-license.php

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ export default {
8484
| Event Name | Description | Callback Parameters |
8585
| -------- | ------------ | ---------- |
8686
| change | Element visible change events | [IntersectionObserverEntry](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserverEntry)、observer |
87+
88+
## License
89+
90+
http://www.opensource.org/licenses/mit-license.php

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "vue-lazy-container",
3-
"version": "1.0.0-beta.2",
4-
"description": "",
3+
"version": "1.0.0",
4+
"description": "listening to the visibility of elements in the page",
5+
"keywords": [
6+
"vue",
7+
"lazy",
8+
"container",
9+
"optimization"
10+
],
511
"files": [
612
"dist",
713
"src"
@@ -22,7 +28,7 @@
2228
"url": "git+https://github.com/Happy-Coding-Clans/vue-lazy-container.git"
2329
},
2430
"author": "https://github.com/huangshuwei",
25-
"license": "ISC",
31+
"license": "MIT",
2632
"bugs": {
2733
"url": "https://github.com/Happy-Coding-Clans/vue-lazy-container/issues"
2834
},

0 commit comments

Comments
 (0)