Skip to content

Commit

Permalink
fix(types): added index types
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goodson authored and Matt Goodson committed May 11, 2021
1 parent a4d63c9 commit 35604c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"bugs": {
"url": "https://github.com/MattGson/relational-schema/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"author": "Matt Goodson <matt.goodson.business@gmail.com>",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -76,9 +81,5 @@
"promise-mysql": "^4.1.3",
"yargs": "^17.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}

}

0 comments on commit 35604c6

Please sign in to comment.