Skip to content

Commit 5dc0dae

Browse files
committed
Remove packageManager
I don't think we need it since we use npm in CI/CD and locally. Having packageManager: pnpm breaks CI/CD with new actions/setup-node@5
1 parent 1d3ec2f commit 5dc0dae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,5 @@
126126
"bugs": {
127127
"url": "https://github.com/posthtml/htmlnano/issues"
128128
},
129-
"homepage": "https://github.com/posthtml/htmlnano",
130-
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
129+
"homepage": "https://github.com/posthtml/htmlnano"
131130
}

0 commit comments

Comments
 (0)