Skip to content

Commit a3d4209

Browse files
v0.2.3
1 parent 7c1ac7b commit a3d4209

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"name": "eslint-plugin-nestjs-orm",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Guardrails to prevent bad practices or do some serious mistakes when using NestJS Moongose or ORMs.",
5-
"keywords": [
6-
"eslint",
7-
"eslintplugin",
8-
"eslint-plugin",
9-
"nestjs",
10-
"mongoose"
11-
],
5+
"keywords": ["eslint", "eslintplugin", "eslint-plugin", "nestjs", "mongoose"],
126
"homepage": "https://github.com/aashutoshrathi/eslint-plugin-nestjs-orm",
137
"author": "aashutoshrathi",
148
"types": "./build/index.d.ts",
@@ -19,12 +13,7 @@
1913
"test:watch": "vitest",
2014
"test": "vitest run"
2115
},
22-
"files": [
23-
"build",
24-
"!**/*.map",
25-
"!build/tests/*",
26-
"README.md"
27-
],
16+
"files": ["build", "!**/*.map", "!build/tests/*", "README.md"],
2817
"repository": {
2918
"type": "git",
3019
"url": "git+https://github.com/aashutoshrathi/eslint-plugin-nestjs-orm.git"

0 commit comments

Comments
 (0)