fix(misc): update invalid main field in @nrwl/eslint-plugin-nx package.json (#17974)

This commit is contained in:
Craigory Coppola 2023-07-17 08:41:35 -04:00 committed by GitHub
parent cd8c61d7a3
commit 2fa248d4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@
"ESLint",
"CLI"
],
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {

View File

@ -16,8 +16,8 @@
"Tsc",
"CLI"
],
"main": "src/index.js",
"typings": "src/index.d.ts",
"main": "./index.js",
"typings": "./index.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"