Changed noodl-editor productName and description

This commit is contained in:
Richard Osborne
2024-03-20 21:28:31 +01:00
parent 6e514f2521
commit b6eab666ab

View File

@@ -1,10 +1,10 @@
{
"name": "noodl-editor",
"productName": "Noodl Editor",
"description": "Low-code for when experience matter",
"author": "Noodl <info@noodl.net>",
"homepage": "https://noodl.net",
"version": "1.0.1",
"productName": "OpenNoodl Editor",
"description": "Full stack low code React app builder",
"author": "The Low Code Foundation",
"homepage": "https://thelowcodefoundation.com",
"version": "1.0.0",
"main": "src/main/main.js",
"scripts": {
"build": "npx ts-node -P ./tsconfig.build.json ./scripts/build.ts",
@@ -128,4 +128,4 @@
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}
}