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" } }