Skip to content

Commit

Permalink
fix: add keywords to package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebodega committed Jul 29, 2022
1 parent cc5fb3c commit 8e5d7cc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "https://json.schemastore.org/commitlintrc.json",
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [
2,
"always",
200
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- [Simple value](#simple-value)
- [Function](#function)
- [InstanceAttribute](#instanceattribute)
- [`Subfactory`](#subfactory)
- [Subfactory](#subfactory)

# Installation

Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@jorgebodega/typeorm-factory",
"version": "1.1.1",
"keywords": [
"typeorm",
"factory",
"entity",
"orm"
],
"description": "🌱 A delightful way to use factories in your code.",
"license": "MIT",
"author": "Jorge Bodega <jorge.bodega.f@gmail.com> (https://github.com/jorgebodega)",
Expand Down

0 comments on commit 8e5d7cc

Please sign in to comment.