Skip to content

Commit 536c276

Browse files
committed
Update for yFiles for HTML 2.6.0.4
1 parent 4ab40f9 commit 536c276

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# yFiles integration for create-vue
44

5-
This sample application serves as a basic scaffold of how to integrate [yFiles for HTML](https://www.yworks.com/products/yfiles-for-html) in a [create-vue](https://vuejs.org/guide/quick-start.html#with-build-tools) application.
5+
This sample application serves as a basic scaffold of how to integrate [yFiles for HTML](https://www.yworks.com/products/yfiles-for-html) in a [create-vue](https://vuejs.org/guide/quick-start.html) application.
66

77
**To run this project, a valid [yFiles for HTML](https://www.yworks.com/products/yfiles-for-html) version is required. You can evaluate yFiles 60 days free of charge on [my.yworks.com](https://my.yworks.com/signup?product=YFILES_HTML_EVAL).**
88

integration-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Adding yFiles as a dependency is almost as easy as installing an external librar
3030
```
3131
"dependencies": {
3232
...
33-
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib-dev/yfiles-26.0.3+eval-dev.tgz"
33+
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz"
3434
},
3535
```
3636

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yfiles-vue-integration-basic",
3-
"version": "26.0.3",
3+
"version": "26.0.4",
44
"author": "yWorks GmbH <[email protected]>",
55
"private": true,
66
"scripts": {
@@ -11,11 +11,11 @@
1111
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
1212
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
1313
"postinstall": "npm run copy-eval-license",
14-
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib/license.json','./src/license.json')\""
14+
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib/license.json','./src/license.json')\""
1515
},
1616
"dependencies": {
1717
"vue": "^3.3.8",
18-
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib-dev/yfiles-26.0.3+eval-dev.tgz"
18+
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz"
1919
},
2020
"devDependencies": {
2121
"@rushstack/eslint-patch": "^1.2.0",

0 commit comments

Comments
 (0)