File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
"build" : " webpack" ,
18
18
"start" : " webpack-dev-server"
19
19
},
20
- "author" : " kateinoigakukun " ,
20
+ "author" : " swiftwasm " ,
21
21
"license" : " MIT"
22
22
}
Original file line number Diff line number Diff line change 1
1
# JavaScriptKit
2
2
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 )
4
4
5
5
Swift framework to interact with JavaScript through WebAssembly.
6
6
@@ -71,4 +71,4 @@ alert("Swift is running on browser!")
71
71
```
72
72
73
73
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
Original file line number Diff line number Diff line change 19
19
],
20
20
"repository" : {
21
21
"type" : " git" ,
22
- "url" : " git+https://github.com/kateinoigakukun /JavaScriptKit.git"
22
+ "url" : " git+https://github.com/swiftwasm /JavaScriptKit.git"
23
23
},
24
- "homepage" : " https://github.com/kateinoigakukun /JavaScriptKit" ,
24
+ "homepage" : " https://github.com/swiftwasm /JavaScriptKit" ,
25
25
"bugs" : {
26
- "url" : " https://github.com/kateinoigakukun /JavaScriptKit/issues"
26
+ "url" : " https://github.com/swiftwasm /JavaScriptKit/issues"
27
27
},
28
28
"publishConfig" : {
29
29
"access" : " public"
30
30
},
31
- "author" : " kateinoigakukun " ,
31
+ "author" : " swiftwasm " ,
32
32
"license" : " MIT" ,
33
33
"devDependencies" : {
34
34
"typescript" : " ^3.8.3"
You can’t perform that action at this time.
0 commit comments