Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aashutoshrathi committed Jan 27, 2024
1 parent 7c1ac7b commit a3d4209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"name": "eslint-plugin-nestjs-orm",
"version": "0.2.2",
"version": "0.2.3",
"description": "Guardrails to prevent bad practices or do some serious mistakes when using NestJS Moongose or ORMs.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"nestjs",
"mongoose"
],
"keywords": ["eslint", "eslintplugin", "eslint-plugin", "nestjs", "mongoose"],
"homepage": "https://github.com/aashutoshrathi/eslint-plugin-nestjs-orm",
"author": "aashutoshrathi",
"types": "./build/index.d.ts",
Expand All @@ -19,12 +13,7 @@
"test:watch": "vitest",
"test": "vitest run"
},
"files": [
"build",
"!**/*.map",
"!build/tests/*",
"README.md"
],
"files": ["build", "!**/*.map", "!build/tests/*", "README.md"],
"repository": {
"type": "git",
"url": "git+https://github.com/aashutoshrathi/eslint-plugin-nestjs-orm.git"
Expand Down

0 comments on commit a3d4209

Please sign in to comment.