Skip to content

Commit

Permalink
fix: remove pkg scope
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh committed Sep 6, 2024
1 parent ffcddcd commit 299db1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
run: cargo install wasm-pack

- name: Build WASM package
run: wasm-pack build --release --scope kitabisa --target bundler
run: wasm-pack build --release --target bundler

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
scope: '@kitabisa'

- name: Install dependencies
working-directory: pkg
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://kitabisa.com">
<a href="https://www.npmjs.com/package/jwe-wasm">
jwe-wasm
</a>
</p>
Expand All @@ -10,9 +10,9 @@

<p align="center">
<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>
<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>
<a href="https://www.npmjs.com/package/jwe-wasm"><img src="https://img.shields.io/npm/dt/jwe-wasm.svg" alt="NPM Downloads"></a>
<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>
<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>
<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>
</p>

------
Expand All @@ -27,5 +27,5 @@
Setup jwe-wasm with npm

```
$ npm install @kitabisa/jwe-wasm
$ npm install jwe-wasm
```

0 comments on commit 299db1d

Please sign in to comment.