Skip to content

Commit

Permalink
Fix reserved words dependency (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajerabek committed Dec 9, 2021
1 parent 2017d0c commit 4197141
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 @@ -64,6 +64,7 @@
"dependencies": {
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"reserved-words": "^0.1.2",
"yargs": "^16.2.0"
},
"peerDependencies": {
Expand All @@ -88,7 +89,6 @@
"nyc": "^15.1.0",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"reserved-words": "^0.1.2",
"rimraf": "^3.0.2",
"sequelize": "^6.11",
"sqlite3": "5.0.2",
Expand Down

0 comments on commit 4197141

Please sign in to comment.