Skip to content

Commit

Permalink
Update for yFiles for HTML 2.5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michabaur committed Feb 16, 2023
1 parent 29daffb commit 46ef709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Adding yFiles as a dependency is almost as easy as installing an external librar
```
"dependencies": {
...
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.2-Evaluation/lib-dev/yfiles-25.0.2+eval-dev.tgz"
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.3-Evaluation/lib-dev/yfiles-25.0.3+eval-dev.tgz"
},
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yfiles-angular-integration-basic",
"version": "1.0.0",
"version": "25.0.3",
"author": "yWorks GmbH <yfileshtml@yworks.com>",
"scripts": {
"ng": "ng",
Expand All @@ -9,7 +9,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"postinstall": "npm run copy-eval-license",
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.5.0.2-Evaluation/lib/license.json','./src/license.json')\""
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.5.0.3-Evaluation/lib/license.json','./src/license.json')\""
},
"private": true,
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"@angular/router": "^14.1.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.2-Evaluation/lib-dev/yfiles-25.0.2+eval-dev.tgz",
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.3-Evaluation/lib-dev/yfiles-25.0.3+eval-dev.tgz",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down

0 comments on commit 46ef709

Please sign in to comment.