File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ jobs:
20
20
run : cargo install wasm-pack
21
21
22
22
- name : Build WASM package
23
- run : wasm-pack build --release --scope kitabisa -- target bundler
23
+ run : wasm-pack build --release --target bundler
24
24
25
25
- name : Set up Node.js
26
26
uses : actions/setup-node@v4
27
27
with :
28
28
node-version : ' 20'
29
29
registry-url : ' https://registry.npmjs.org'
30
- scope : ' @kitabisa'
31
30
32
31
- name : Install dependencies
33
32
working-directory : pkg
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <a href =" https://kitabisa. com " >
2
+ <a href =" https://www.npmjs. com/package/jwe-wasm " >
3
3
jwe-wasm
4
4
</a >
5
5
</p >
10
10
11
11
<p align =" center " >
12
12
<a href =" https://github.com/kitabisa/jwe-wasm/actions/workflows/ci.yaml " ><img src =" https://img.shields.io/github/actions/workflow/status/kitabisa/jwe-wasm/ci.yaml?branch=main " alt =" Build Status " ></a >
13
- <a href =" https://www.npmjs.com/package/@kitabisa/ jwe-wasm " ><img src =" https://img.shields.io/npm/dt/@kitabisa /jwe-wasm.svg " alt =" NPM Downloads " ></a >
13
+ <a href =" https://www.npmjs.com/package/jwe-wasm " ><img src =" https://img.shields.io/npm/dt/jwe-wasm.svg " alt =" NPM Downloads " ></a >
14
14
<a href =" https://github.com/kitabisa/jwe-wasm/releases " ><img src =" https://img.shields.io/github/v/release/kitabisa/jwe-wasm " alt =" Latest Release " ></a >
15
- <a href =" https://github.com/kitabisa/jwe-wasm/blob/main/LICENSE " ><img src =" https://img.shields.io/npm/l/@kitabisa/ jwe-wasm.svg " alt =" License " ></a >
15
+ <a href =" https://github.com/kitabisa/jwe-wasm/blob/main/LICENSE " ><img src =" https://img.shields.io/npm/l/jwe-wasm.svg " alt =" License " ></a >
16
16
</p >
17
17
18
18
------
27
27
Setup jwe-wasm with npm
28
28
29
29
```
30
- $ npm install @kitabisa/ jwe-wasm
30
+ $ npm install jwe-wasm
31
31
```
You can’t perform that action at this time.
0 commit comments