Skip to content

Commit 150b16e

Browse files
committed
Adapt tgz path in doc to 3.0
1 parent b6797ce commit 150b16e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4747
"dependencies": {
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0",
50-
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
50+
"@yfiles/yfiles": "./lib/yfiles-30.0.0+dev.tgz"
5151
}
5252
```
5353
</details>

docs/introduction/GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4343
"dependencies": {
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",
46-
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
46+
"@yfiles/yfiles": "./lib/yfiles-30.0.0+dev.tgz"
4747
}
4848
```
4949
</details>

0 commit comments

Comments
 (0)