Skip to content

Commit c439993

Browse files
committed
chore(repo): add npmrc and update nvmrc
1 parent bb2aa9d commit c439993

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.npmrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# npm options
2+
auth-type=legacy
3+
4+
# pnpm options
5+
always-auth = true
6+
enable-pre-post-scripts = true
7+
link-workspace-packages = false
8+
shamefully-hoist = true
9+
shared-workspace-lockfile = true
10+
strict-peer-dependencies = false

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.14.1
1+
18

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-package",
3-
"version": "1.4.0",
3+
"version": "1.3.0",
44
"description": "An opinionated package.json formatter plugin for Prettier",
55
"license": "MPL-2.0",
66
"repository": "shellscape/prettier-plugin-package",

0 commit comments

Comments
 (0)