Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit d649598

Browse files
committed
feat: update package manager field in package.json
Pnpm setup action does not support @latest version in package manager field.
1 parent a7b0ca6 commit d649598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/wdzeng/the-content-farm-terminator.git"
1515
},
16-
"packageManager": "latest",
16+
"packageManager": "[email protected]",
1717
"scripts": {
1818
"build:chrome": "pnpm clean && pnpm tsc && pnpm sass && pnpm copy && cp ./src/manifest-chrome.json ./dist/manifest.json && pnpm zip:chrome",
1919
"build:firefox": "pnpm clean && pnpm tsc && pnpm sass && pnpm copy && cp ./src/manifest-firefox.json ./dist/manifest.json && pnpm zip:firefox",

0 commit comments

Comments
 (0)