Skip to content

Commit 002a72f

Browse files
Replace original author name to org name
1 parent 171c391 commit 002a72f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: Example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"build": "webpack",
1818
"start": "webpack-dev-server"
1919
},
20-
"author": "kateinoigakukun",
20+
"author": "swiftwasm",
2121
"license": "MIT"
2222
}

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JavaScriptKit
22

3-
![Run unit tests](https://github.com/kateinoigakukun/JavaScriptKit/workflows/Run%20unit%20tests/badge.svg?branch=master)
3+
![Run unit tests](https://github.com/swiftwasm/JavaScriptKit/workflows/Run%20unit%20tests/badge.svg?branch=master)
44

55
Swift framework to interact with JavaScript through WebAssembly.
66

@@ -71,4 +71,4 @@ alert("Swift is running on browser!")
7171
```
7272

7373

74-
Please see [Example](https://github.com/kateinoigakukun/JavaScriptKit/tree/master/Example) directory for more information
74+
Please see [Example](https://github.com/swiftwasm/JavaScriptKit/tree/master/Example) directory for more information

Diff for: Runtime/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/kateinoigakukun/JavaScriptKit.git"
22+
"url": "git+https://github.com/swiftwasm/JavaScriptKit.git"
2323
},
24-
"homepage": "https://github.com/kateinoigakukun/JavaScriptKit",
24+
"homepage": "https://github.com/swiftwasm/JavaScriptKit",
2525
"bugs": {
26-
"url": "https://github.com/kateinoigakukun/JavaScriptKit/issues"
26+
"url": "https://github.com/swiftwasm/JavaScriptKit/issues"
2727
},
2828
"publishConfig": {
2929
"access": "public"
3030
},
31-
"author": "kateinoigakukun",
31+
"author": "swiftwasm",
3232
"license": "MIT",
3333
"devDependencies": {
3434
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)