Skip to content

Commit

Permalink
cleanup(core): clean the npm nx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jun 13, 2022
1 parent e501f42 commit f30323e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/nx/presets/npm.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
"package.json": "*"
},
"tasksRunnerOptions": {
"default": {
Expand All @@ -14,10 +10,6 @@
}
}
},
"workspaceLayout": {
"libsDir": "packages",
"appsDir": "packages"
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
Expand Down

1 comment on commit f30323e

@vercel
Copy link

@vercel vercel bot commented on f30323e Jun 13, 2022

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-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.