From 1434d35a6af11d89be75a57c1bc5a2432d5b488c Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Wed, 19 Jul 2017 09:04:47 -0700 Subject: [PATCH] chore: Remove bundle bin (#1902) --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 69db5505..9ba626ab 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,6 @@ "marked": "^0.3.6" }, "bin": { - "ospec": "./ospec/bin/ospec", - "bundle": "./bundler/bin/bundle" - }, - "dependencies": {} + "ospec": "./ospec/bin/ospec" + } }