Skip to content

Commit

Permalink
update package.json (#23)
Browse files Browse the repository at this point in the history
* update url and name in package.json and package-lock.json
---------

Signed-off-by: Xu Jun <[email protected]>
  • Loading branch information
xujuntwt95329 authored Oct 11, 2023
1 parent be2cb6f commit 8f27a1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ts2wasm",
"name": "Wasmnizer-ts",
"version": "0.0.1",
"description": "",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/wasm-micro-runtime/ts2wasm.git"
"url": "git+https://github.com/intel/Wasmnizer-ts.git"
},
"keywords": [],
"author": "",
Expand Down Expand Up @@ -69,7 +69,7 @@
]
},
"bugs": {
"url": "https://github.com/wasm-micro-runtime/ts2wasm/issues"
"url": "https://github.com/intel/Wasmnizer-ts/issues"
},
"homepage": "https://github.com/wasm-micro-runtime/ts2wasm#readme"
"homepage": "https://github.com/intel/Wasmnizer-ts#readme"
}

0 comments on commit 8f27a1c

Please sign in to comment.