From 9bfe826de7f4db0debddd54a38e3c07e4693848f Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Tue, 14 Jun 2016 14:24:17 +0200 Subject: [PATCH] add another build option --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 68791e4a..6f2b8e32 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "license": "MIT", "scripts": { "build": "node build.js modules=ALL exclude=json,gestures", + "build_with_gestures": "node build.js modules=ALL exclude=json", "test": "node test.js", "lint": "jshint src && jscs src", "lint_tests": "jshint test/unit --config .jshintrc_tests",