Skip to content

Commit

Permalink
Move pg and @types/pg to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Nov 20, 2020
1 parent b36624d commit 073d709
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 12 deletions.
138 changes: 131 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
"lint-ci": "eslint src --max-warnings=0",
"build": "tsc"
},
"dependencies": {
"@jvalue/node-dry-basics": "0.0.3",
"pg": "8.x",
"@types/pg": "7.x"
},
"devDependencies": {
"@types/node": "^14.14.7",
"@types/pg": "^7.14.7",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
Expand All @@ -40,8 +44,5 @@
"bugs": {
"url": "https://github.com/jvalue/node-dry/issues"
},
"homepage": "https://github.com/jvalue/node-dry#readme",
"dependencies": {
"@jvalue/node-dry-basics": "0.0.3"
}
"homepage": "https://github.com/jvalue/node-dry#readme"
}

0 comments on commit 073d709

Please sign in to comment.