From 7d112556d39c8ead0ebf20e64dd0b73e4183cb94 Mon Sep 17 00:00:00 2001 From: Matthew Andrews Date: Tue, 10 Mar 2015 11:29:22 +0000 Subject: [PATCH] Shorthand for next-build-tools --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a731cf77..31b0173e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "next-build-tools", "version": "0.0.0", "bin": { - "next-build-tools": "./bin/next-build-tools.js" + "next-build-tools": "./bin/next-build-tools.js", + "nbt": "./bin/next-build-tools.js" }, "scripts": { "test": "./bin/next-build-tools.js verify"