Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiandupont committed Apr 23, 2021
1 parent 3efe056 commit c4bf2fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-pg-schema",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"postgresql",
"schema"
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@types/pg": "^7.14.11",
"ramda": "^0.27.0",
"knex": "0.95.4"
"knex": "0.95.4",
"ramda": "^0.27.0"
},
"devDependencies": {
"@types/jest": "26.0.22",
Expand Down

0 comments on commit c4bf2fd

Please sign in to comment.