Skip to content

Commit

Permalink
Update package.json after repository relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgiammi committed Jul 5, 2022
1 parent 3f2152a commit 67f3f4e
Show file tree
Hide file tree
Showing 5 changed files with 693 additions and 655 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017 TJ Holowaychuk, Marc Harter, makepost, connect-typeorm contributors
Copyright 2017 TJ Holowaychuk, Marc Harter, makepost, freshgiammi, connect-typeorm contributors

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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Configure TypeORM with back end of your choice:

### NPM
```bash
npm install @freshgiammi/connect-typeorm express-session typeorm sqlite3
npm install connect-typeorm express-session typeorm sqlite3
npm install -D @types/express-session
```

Expand Down
Loading

0 comments on commit 67f3f4e

Please sign in to comment.