From 9fc56fe4d16b94bb932f31b074f0951ab237a7c5 Mon Sep 17 00:00:00 2001 From: Matthias Le Brun Date: Sun, 17 May 2020 20:46:23 +0200 Subject: [PATCH 1/2] Move reason-test-framework to devDependency --- bsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsconfig.json b/bsconfig.json index 84c7b4ace..e1f0c67d5 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -5,6 +5,6 @@ "package-specs": [{ "module": "commonjs", "in-source": true }], "suffix": ".bs.js", "refmt": 3, - "bs-dependencies": ["reason-test-framework"], + "bs-dev-dependencies": ["reason-test-framework"], "bsc-flags": ["-bs-no-version-header"] } From 78a8159056d5373a6ecef369e29c5f74d566fc09 Mon Sep 17 00:00:00 2001 From: Matthias Le Brun Date: Sun, 17 May 2020 21:08:53 +0200 Subject: [PATCH 2/2] Fix bsconfig --- bsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsconfig.json b/bsconfig.json index e1f0c67d5..a5e02c78c 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -1,7 +1,7 @@ { "name": "reason-react", "reason": { "react-jsx": 3 }, - "sources": ["src", { "dir": "test", "dev": true }], + "sources": ["src", { "dir": "test", "type": "dev" }], "package-specs": [{ "module": "commonjs", "in-source": true }], "suffix": ".bs.js", "refmt": 3,