Skip to content

Commit

Permalink
Fix all LICENSE warn. ✔️ .. (#73)
Browse files Browse the repository at this point in the history
*  merge the 2 MIT licenses to onee 📋🗝 ..

*  update/add the LICENSE path 📑 ..

*  fix the tag warn. 📌 ..
  • Loading branch information
3imed-jaberi authored and afc163 committed Jan 25, 2020
1 parent 40b5bb8 commit 1f47d7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-present yiminghe
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
9 changes: 0 additions & 9 deletions LICENSE.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ Whether character is entered.
> (close: boolean) => void
improve shake when page scroll bar hidden
improve shake when page scroll bar hidden.
`switchScrollingEffect` change body style, and add a class `ant-scrolling-effect` when called, so if you page look abnormal, please check this
`switchScrollingEffect` change body style, and add a class `ant-scrolling-effect` when called, so if you page look abnormal, please check this;
```js
import switchScrollingEffect from "./src/switchScrollingEffect";
Expand All @@ -287,4 +287,4 @@ switchScrollingEffect();
## License
rc-util is released under the MIT license.
[MIT](/LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bugs": {
"url": "http://github.com/react-component/util/issues"
},
"licenses": "MIT",
"license": "MIT",
"config": {
"port": 8100
},
Expand Down

0 comments on commit 1f47d7c

Please sign in to comment.