From 3e471a7227957a9f349760e3b854fb765ba3d7b4 Mon Sep 17 00:00:00 2001 From: joelamb <42837452+joelamb@users.noreply.github.com> Date: Thu, 11 May 2023 16:45:58 +0100 Subject: [PATCH] update package metadata and README files --- docs-app/README.md | 2 +- docs-app/package.json | 2 +- internal/sync-pnpm/package.json | 4 ++-- package.json | 6 +++--- test-app/README.md | 2 +- test-app/package.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs-app/README.md b/docs-app/README.md index 21d5eb22..c922f17d 100644 --- a/docs-app/README.md +++ b/docs-app/README.md @@ -21,7 +21,7 @@ You will need the following things properly installed on your computer. ## Running / Development * `ember serve` -* Visit your app at [http://localhost:4200](http://localhost:4201). +* Visit your app at [http://localhost:4201](http://localhost:4201). ### Code Generators diff --git a/docs-app/package.json b/docs-app/package.json index 96ec5d2a..bfffcf05 100644 --- a/docs-app/package.json +++ b/docs-app/package.json @@ -2,7 +2,7 @@ "name": "docs-app", "version": "0.0.0", "private": true, - "description": "Small description for docs-app goes here", + "description": "Documentation for the ember-headless-table addon", "repository": "", "license": "MIT", "author": "", diff --git a/internal/sync-pnpm/package.json b/internal/sync-pnpm/package.json index c34beb1b..8baef38d 100644 --- a/internal/sync-pnpm/package.json +++ b/internal/sync-pnpm/package.json @@ -3,9 +3,9 @@ "version": "0.0.0", "private": true, "description": "Sync build artifacts of workspace packages to pnpm injected/hard linked copies", - "repository": "", + "repository": "https://github.com/CrowdStrike/ember-headless-table.git", "license": "MIT", - "author": "", + "author": "CrowdStrike UX Team", "main": "index.js", "bin": "bin/sync-pnpm.js", "type": "module", diff --git a/package.json b/package.json index 5034c3a8..81610195 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "ember-headless-table-monorepo", + "name": "ember-headless-table", "version": "0.0.0", "private": true, - "repository": "", + "repository": "https://github.com/CrowdStrike/ember-headless-table.git", "license": "MIT", - "author": "", + "author": "CrowdStrike UX Team", "scripts": { "release": "changeset publish", "build:docs": "pnpm build:docs-app && pnpm build:docs-api && cp ./docs-api/dist ./docs-app/dist/api -r", diff --git a/test-app/README.md b/test-app/README.md index fd5b5cc4..e9e6f1be 100644 --- a/test-app/README.md +++ b/test-app/README.md @@ -21,7 +21,7 @@ You will need the following things properly installed on your computer. ## Running / Development * `ember serve` -* Visit your tests at [http://localhost:4200/tests](http://localhost:4202/tests). +* Visit your tests at [http://localhost:4202/tests](http://localhost:4202/tests). ### Code Generators diff --git a/test-app/package.json b/test-app/package.json index 245be1c4..f59198ab 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -2,7 +2,7 @@ "name": "test-app", "version": "0.0.0", "private": true, - "description": "Small description for test-app goes here", + "description": "Test app for the ember-headless-table addon", "repository": "", "license": "MIT", "author": "",