debian-mirror-gitlab/debian/patches/0430-use-yarn.patch

12 lines
303 B
Diff
Raw Normal View History

2018-03-21 10:39:39 +05:30
--- a/package.json
+++ b/package.json
2018-03-21 21:51:46 +05:30
@@ -13,6 +13,8 @@
2018-03-21 10:39:39 +05:30
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
},
"dependencies": {
+ "yarn": "^1.5.1",
2018-03-21 21:51:46 +05:30
+ "ajv-keywords": "2.1.1",
2018-03-21 10:39:39 +05:30
"autosize": "^4.0.0",
"axios": "^0.17.1",
2018-03-21 19:38:24 +05:30
"babel-core": "^6.26.0",