Skip to content

Commit

Permalink
Remove np field from package.json, use (untracked) local config instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Mar 24, 2024
1 parent b82fa5d commit d65775e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
dist/
out/
zz*
/.np-config.json
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,5 @@
"nodeArguments": [
"--import=@septh/ts-run/register"
]
},
"np": {
"yarn": false
}
}

0 comments on commit d65775e

Please sign in to comment.