Skip to content

Commit 2be4381

Browse files
authored
Fix package name to pass similar name error (#60)
1 parent 5024260 commit 2be4381

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish-to-npm-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
node-version: '18.x'
1919
registry-url: 'https://registry.npmjs.org'
2020
- run: npm ci
21-
- run: npm publish
21+
- run: npm publish --access=public
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

plantuml-wasm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plantuml-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "plantuml.js",
2+
"name": "@sakirtemel/plantuml.js",
33
"version": "1.0.0",
44
"description": "PlantUML that runs completely on javascript without needing java/servers",
55
"main": "plantuml.js",

0 commit comments

Comments
 (0)