Skip to content

Commit

Permalink
fix: move @types/pg to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ozum committed Feb 7, 2021
1 parent bea32e8 commit c4000f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"google-analytics-id": "UA-45732546-4"
},
"dependencies": {
"@types/pg": "^7.14.3",
"@typescript-plus/fast-memoize-decorator": "^0.1.0",
"fast-memoize": "^2.5.2",
"indexable-array": "^0.7.0",
Expand All @@ -75,6 +74,7 @@
"@types/json5": "^2.2.0",
"@types/lodash.get": "^4.4.6",
"@types/node": "^14.14.22",
"@types/pg": "^7.14.3",
"@types/pg-connection-string": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
Expand Down

0 comments on commit c4000f6

Please sign in to comment.