Skip to content

Commit

Permalink
chore(repo): add npmrc and update nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 11, 2024
1 parent bb2aa9d commit c439993
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# npm options
auth-type=legacy

# pnpm options
always-auth = true
enable-pre-post-scripts = true
link-workspace-packages = false
shamefully-hoist = true
shared-workspace-lockfile = true
strict-peer-dependencies = false
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.14.1
18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-package",
"version": "1.4.0",
"version": "1.3.0",
"description": "An opinionated package.json formatter plugin for Prettier",
"license": "MPL-2.0",
"repository": "shellscape/prettier-plugin-package",
Expand Down

0 comments on commit c439993

Please sign in to comment.