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