Skip to content

Commit

Permalink
Docs: 1.3.1 Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hank.he committed May 17, 2024
1 parent d620ef7 commit 7ad9aaa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ XCall.existEvent('hello'); // false

## API Docs

[API Docs](https://github.com/pandaoh/js-xcall/blob/main/docs/README.md)
[API Docs](https://github.com/biugle/js-xcall/blob/main/docs/README.md)

## Others

* [Issue](https://github.com/pandaoh/js-xcall/issues)
* [Pull Request](https://github.com/pandaoh/js-xcall/pulls)
* [Issue](https://github.com/biugle/js-xcall/issues)
* [Pull Request](https://github.com/biugle/js-xcall/pulls)
* [hxbpandaoh@163.com](mailto:hxbpandaoh@163.com)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ XCall.existEvent('hello'); // false

## API 列表

[API Docs](https://github.com/pandaoh/js-xcall/blob/main/docs/README.md)
[API Docs](https://github.com/biugle/js-xcall/blob/main/docs/README.md)

## 其他

* [Issue](https://github.com/pandaoh/js-xcall/issues)
* [Pull Request](https://github.com/pandaoh/js-xcall/pulls)
* [Issue](https://github.com/biugle/js-xcall/issues)
* [Pull Request](https://github.com/biugle/js-xcall/pulls)
* [hxbpandaoh@163.com](mailto:hxbpandaoh@163.com)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-xcall",
"version": "1.3.0",
"version": "1.3.1",
"description": "A Simple Events Dispatcher Singleton Class.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -33,16 +33,16 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/pandaoh/js-xcall.git"
"url": "git+https://github.com/biugle/js-xcall.git"
},
"author": "hxb",
"publisher": "hxbpandaoh@163.com",
"blog": "http://a.biugle.cn",
"license": "ISC",
"bugs": {
"url": "https://github.com/pandaoh/js-xcall/issues"
"url": "https://github.com/biugle/js-xcall/issues"
},
"homepage": "https://github.com/pandaoh/js-xcall#readme",
"homepage": "https://github.com/biugle/js-xcall#readme",
"keywords": [
"xcall",
"js-xcall",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
/**
* XCall 单例类
* 直接引入使用即可
*/
class XCall {
private static instance: XCall;
Expand Down

0 comments on commit 7ad9aaa

Please sign in to comment.