Skip to content

Commit 2fa248d

Browse files
authored
fix(misc): update invalid main field in @nrwl/eslint-plugin-nx package.json (nrwl#17974)
1 parent cd8c61d commit 2fa248d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages-legacy/eslint-plugin-nx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"ESLint",
1616
"CLI"
1717
],
18-
"main": "./src/index.js",
19-
"typings": "./src/index.d.ts",
18+
"main": "./index.js",
19+
"typings": "./index.d.ts",
2020
"author": "Victor Savkin",
2121
"license": "MIT",
2222
"bugs": {

packages-legacy/js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"Tsc",
1717
"CLI"
1818
],
19-
"main": "src/index.js",
20-
"typings": "src/index.d.ts",
19+
"main": "./index.js",
20+
"typings": "./index.d.ts",
2121
"license": "MIT",
2222
"bugs": {
2323
"url": "https://github.com/nrwl/nx/issues"

0 commit comments

Comments
 (0)