Skip to content

Commit

Permalink
fix(misc): update invalid main field in @nrwl/eslint-plugin-nx packag…
Browse files Browse the repository at this point in the history
…e.json (#17974)
  • Loading branch information
AgentEnder authored Jul 17, 2023
1 parent cd8c61d commit 2fa248d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages-legacy/eslint-plugin-nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit 2fa248d

@vercel
Copy link

@vercel vercel bot commented on 2fa248d Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.