Skip to content

Commit

Permalink
Scope package under cerc-io (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi authored Dec 7, 2022
1 parent 09ebebf commit 754382a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Run yarn build
- name: Run build
run: |
npm run build
- name: Configure git.vdb.to npm registry
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "assemblyscript",
"name": "@cerc-io/assemblyscript",
"description": "Definitely not a TypeScript to WebAssembly compiler.",
"keywords": [
"typescript",
Expand All @@ -8,7 +8,7 @@
"assemblyscript",
"wasm"
],
"version": "0.19.10-watcher-ts-0.1.1",
"version": "0.19.10-watcher-ts-0.1.2",
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",
"contributors": [],
"license": "Apache-2.0",
Expand Down

0 comments on commit 754382a

Please sign in to comment.