Skip to content

Commit 4b25980

Browse files
committed
Install Yarn as a dev dependency
1 parent 80dd280 commit 4b25980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ node_js:
55
- '4'
66
before_install:
77
- npm i -g npm
8-
- npm i -g yarn

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"ava": "*",
4545
"dot-prop": "^4.1.0",
4646
"temp-write": "^3.3.0",
47-
"xo": "*"
47+
"xo": "*",
48+
"yarn": "^1.5.1"
4849
}
4950
}

0 commit comments

Comments
 (0)