From e3141a60851282727e6b63f03aa67c191042f540 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 3 Mar 2015 14:36:45 -0400 Subject: [PATCH] Fix typo in package.json scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be3f9235..f50187b9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "scripts": { "prepublish": "gulp build && npm run-script doc", - "test": "gult test", + "test": "gulp test", "install": "node build/install-node.js bin/node", "doc": "./scripts/extract-documentation.sh doc lib/actions" },