Skip to content

Commit 80c2d2f

Browse files
committed
updates
1 parent eba5543 commit 80c2d2f

11 files changed

Lines changed: 39 additions & 30 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</p>
66

77
<p align="center" width="100%">
8-
<a href="https://github.com/pyramation/postgres-conference/actions/workflows/ci.yml">
9-
<img height="20" src="https://github.com/pyramation/postgres-conference/actions/workflows/ci.yml/badge.svg" />
8+
<a href="https://github.com/constructive-io/pgpm-demo/actions/workflows/ci.yml">
9+
<img height="20" src="https://github.com/constructive-io/pgpm-demo/actions/workflows/ci.yml/badge.svg?branch=main" />
1010
</a>
1111
</p>
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/pyramation/postgres-conference"
8+
"url": "https://github.com/constructive-io/pgpm-demo"
99
},
1010
"license": "MIT",
1111
"engines": {

packages/clinical/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "clinical",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/clinical"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

packages/documents/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "documents",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/documents"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

packages/lab-orders/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "lab-orders",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/lab-orders"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

packages/lab-results/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "lab-results",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/lab-results"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

packages/medications/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "medications",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/medications"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

packages/patients/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "patients",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/patients"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

packages/prescriptions/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "prescriptions",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/prescriptions"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

packages/scheduling/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "0.0.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "scheduling",
6-
"homepage": "https://github.com/pyramation/postgres-conference",
6+
"homepage": "https://github.com/constructive-io/pgpm-demo",
77
"license": "MIT",
88
"publishConfig": {
99
"access": "public",
1010
"directory": "dist"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pyramation/postgres-conference"
14+
"url": "https://github.com/constructive-io/pgpm-demo",
15+
"directory": "packages/scheduling"
1516
},
1617
"bugs": {
17-
"url": "https://github.com/pyramation/postgres-conference/issues"
18+
"url": "https://github.com/constructive-io/pgpm-demo/issues"
1819
},
1920
"scripts": {
2021
"lint": "eslint . --fix",

0 commit comments

Comments
 (0)