Skip to content

Commit 3f08040

Browse files
committed
Add yarn as devDep
In order for the package to be installable via git (and to remove dist from git), then the `prepare` script will need to be runnable from the user's machine. Which means `yarn` needs to be available to npm users.
1 parent 7e35cdd commit 3f08040

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
@@ -117,7 +117,8 @@
117117
"teenytest": "^5.1.1",
118118
"testdouble": "3.2.6",
119119
"testem": "^1.18.0",
120-
"typescript": "^2.4.1"
120+
"typescript": "^2.4.1",
121+
"yarn": "^1.3.2"
121122
},
122123
"directories": {
123124
"doc": "./docs",

0 commit comments

Comments
 (0)