From ce924d4ed10ebf05fe0889871da90a9f1497e6fc Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 28 Aug 2020 16:25:32 +0200 Subject: [PATCH] fix: update componentjs-generator to fix failure on Windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5da1980dc..02cfa2592 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@typescript-eslint/eslint-plugin": "^2.33.0", "@typescript-eslint/parser": "^2.33.0", "arrayify-stream": "^1.0.0", - "componentjs-generator": "^1.0.0", + "componentjs-generator": "^1.0.1", "coveralls": "^3.1.0", "eslint": "^7.0.0", "eslint-config-es": "^3.19.61",