mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Fix Node.js tutorial's package.json
Require 1.3.0, as the sources use API from that version.
This commit is contained in:
parent
2acaa222d0
commit
ee096f4386
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"slint-ui": "^1.0.0"
|
||||
"slint-ui": "^1.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue