Skip to content

Commit 7569994

Browse files
committed
Update for yFiles for HTML 2.5.0.2
1 parent da34cad commit 7569994

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ npm-debug.log*
2323
yarn-debug.log*
2424
yarn-error.log*
2525
package-lock.json
26+
yarn.lock

integration-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Adding yFiles as a dependency is almost as easy as installing an external librar
2020
```
2121
"dependencies": {
2222
...
23-
"yfiles": "../yFiles-for-HTML-Complete-2.5-Evaluation/lib-dev/yfiles-25.0.1+eval-dev.tgz"
23+
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.2-Evaluation/lib-dev/yfiles-25.0.2+eval-dev.tgz"
2424
},
2525
```
2626

0 commit comments

Comments
 (0)