diff --git a/package-lock.json b/package-lock.json index b1c28fa..04adc0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "typescript-template", + "name": "node-ui", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "typescript-template", + "name": "node-ui", "version": "0.0.0", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index e0d4cf4..6005f5d 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "typescript-template", + "name": "node-ui", "version": "0.0.0", "description": "", "author": { - "name": "Peter Placzek", - "email": "contact@tada5hi.net", - "url": "https://github.com/tada5hi" + "name": "Bruce Schultz", + "email": "bschultz013@gmail.com", + "url": "https://github.com/brucetony" }, "repository": { "type": "git", - "url": "https://github.com/tada5hi/typescript-template.git" + "url": "https://github.com/PrivateAIM/node-ui" }, "main": "dist/index.cjs", "module": "dist/index.mjs",