Skip to content
This repository was archived by the owner on Feb 11, 2019. It is now read-only.

Commit 555deb3

Browse files
committed
BUGFIX: Do not require yarn to be present when installing the package since it is a devDependency engine
1 parent d3fb322 commit 555deb3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
]
3434
},
3535
"engines": {
36-
"node": ">=8.3.0",
37-
"yarn": ">=1.3.2"
36+
"node": ">=8.3.0"
3837
},
3938
"keywords": [],
4039
"dependencies": {

0 commit comments

Comments
 (0)