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

Commit 3ffc997

Browse files
committed
fix(yarn): add missing requirement
1 parent 0512ee1 commit 3ffc997

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
@@ -17,7 +17,8 @@
1717
"postversion": "git push origin refs/tags/v\"$npm_package_version\" && git push && echo \"✨ Successfully released version v$npm_package_version! The tag build process will publish it ✨\""
1818
},
1919
"engines": {
20-
"node": ">=8.9.3"
20+
"node": ">=8.9.3",
21+
"yarn": ">=1.9.4"
2122
},
2223
"gh-pages-deploy": {
2324
"staticpath": "docs",

0 commit comments

Comments
 (0)