Skip to content

Commit 5024260

Browse files
authored
Fix package name (#59)
1 parent 6c8c16b commit 5024260

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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/plantuml.js",
2+
"name": "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)