migrated to yarn2

This commit is contained in:
Michael Kolb 2023-01-07 03:04:58 +01:00
parent 7b41d45434
commit 1a2abf5ac6
18 changed files with 11601 additions and 2 deletions

View file

@ -3,12 +3,16 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"packageManager": "yarn@3.3.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"keywords": [ "node-red", "grist" ],
"keywords": [
"node-red",
"grist"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
@ -20,4 +24,4 @@
"dependencies": {
"grist-api": "^0.1.7"
}
}
}