Skip to content

Commit 754382a

Browse files
authored
Scope package under cerc-io (#5)
1 parent 09ebebf commit 754382a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-gitea.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm ci
21-
- name: Run yarn build
21+
- name: Run build
2222
run: |
2323
npm run build
2424
- name: Configure git.vdb.to npm registry

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "assemblyscript",
2+
"name": "@cerc-io/assemblyscript",
33
"description": "Definitely not a TypeScript to WebAssembly compiler.",
44
"keywords": [
55
"typescript",
@@ -8,7 +8,7 @@
88
"assemblyscript",
99
"wasm"
1010
],
11-
"version": "0.19.10-watcher-ts-0.1.1",
11+
"version": "0.19.10-watcher-ts-0.1.2",
1212
"author": "Daniel Wirtz <[email protected]>",
1313
"contributors": [],
1414
"license": "Apache-2.0",

0 commit comments

Comments
 (0)