From 619431f6c526bba0137c03aa771c506b5c491ebe Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 14 Mar 2019 12:21:06 +0100 Subject: [PATCH] [FIX] Add missing dependency to "js-yaml" --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c81f28c..6191f0bf 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,10 @@ "@ui5/server": "^1.0.0", "http-proxy": "^1.17.0", "istanbul-lib-coverage": "^2.0.1", + "js-yaml": "^3.12.2", "license-webpack-plugin": "^2.1.0", - "webpack-cli": "^3.2.3", - "webpack": "^4.29.6" + "webpack": "^4.29.6", + "webpack-cli": "^3.2.3" }, "devDependencies": { "@openui5/sap.ui.core": "^1.62.1",