Skip to content

Commit 67f3f4e

Browse files
committed
Update package.json after repository relocation
1 parent 3f2152a commit 67f3f4e

File tree

5 files changed

+693
-655
lines changed

5 files changed

+693
-655
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 17.x]
19+
node-version: [16.x, 18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 TJ Holowaychuk, Marc Harter, makepost, connect-typeorm contributors
1+
Copyright 2017 TJ Holowaychuk, Marc Harter, makepost, freshgiammi, connect-typeorm contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Configure TypeORM with back end of your choice:
88

99
### NPM
1010
```bash
11-
npm install @freshgiammi/connect-typeorm express-session typeorm sqlite3
11+
npm install connect-typeorm express-session typeorm sqlite3
1212
npm install -D @types/express-session
1313
```
1414

0 commit comments

Comments
 (0)