Skip to content

Commit fd91d7f

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 ec416a0 commit fd91d7f

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
@@ -111,7 +111,8 @@
111111
"teenytest": "^5.0.2",
112112
"testdouble": "3.2.1",
113113
"testem": "^1.18.0",
114-
"typescript": "^2.4.1"
114+
"typescript": "^2.4.1",
115+
"yarn": "^1.3.2"
115116
},
116117
"directories": {
117118
"doc": "./docs",

0 commit comments

Comments
 (0)