From 879725511135724baccda3ae456a6ddbc62427ff Mon Sep 17 00:00:00 2001 From: Anurag Soni Date: Tue, 24 Mar 2020 00:02:14 -0400 Subject: [PATCH] bs-platform should just be a peer dependency? --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1ec0df3..51b9bcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anuragsoni/routes", - "version": "0.7.2", + "version": "0.7.2-bucklescript", "description": "Typed bidirectional routing for OCaml/ReasonML web applications", "repository": { "type": "git", @@ -37,8 +37,5 @@ "bsconfig.json", "dune-project", "src" - ], - "dependencies": { - "bs-platform": "^7.2.2" - } + ] }