1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-23 12:25:06 +00:00

Let's explicitly list yarn as a devDependency (#487)

This commit is contained in:
Bjorn Stromberg
2020-07-27 18:16:16 +09:00
committed by GitHub
parent 6d01c482d8
commit c47c7e0329
2 changed files with 7 additions and 1 deletions

View File

@@ -95,6 +95,7 @@
"sass-unused": "^0.3.0",
"speed-measure-webpack-plugin": "^1.3.1",
"strip-json-comments": "^3.0.1",
"trim": "^0.0.1"
"trim": "^0.0.1",
"yarn": "^1.22.4"
}
}