Skip to content

Commit 8a25f49

Browse files
committed
add packageManager field to package.json
yarn may now complain about the lack of a packageManager value
1 parent 08b5522 commit 8a25f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"dependencies": {
2020
"less": "^4.1.2",
2121
"yarn": "^1.22.0"
22-
}
22+
},
23+
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
2324
}

0 commit comments

Comments
 (0)