Fix Node.js tutorial's package.json

Require 1.3.0, as the sources use API from that version.
This commit is contained in:
Simon Hausmann 2023-11-06 17:43:56 +01:00 committed by Simon Hausmann
parent 2acaa222d0
commit ee096f4386

View file

@ -4,9 +4,9 @@
"main": "main.js",
"type": "module",
"dependencies": {
"slint-ui": "^1.0.0"
"slint-ui": "^1.3.0"
},
"scripts": {
"start": "node ."
}
}
}