From 7cd0869f415f1e04e261261d4abf071a34920784 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 26 Oct 2016 09:56:41 -0400 Subject: [PATCH] rename to bundle --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d0c4d89..1cfcb831 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ }, "bin": { "ospec": "./ospec/bin/ospec", - "bundler": "./bundler/bin/bundle" + "bundle": "./bundler/bin/bundle" } }