Skip to content

Commit

Permalink
update package metadata and README files
Browse files Browse the repository at this point in the history
  • Loading branch information
joelamb committed May 22, 2023
1 parent a8aff2d commit 3e471a7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
4 changes: 2 additions & 2 deletions internal/sync-pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 3e471a7

Please sign in to comment.