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