diff --git a/package.json b/package.json index 5587dd90e..784147fb6 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,12 @@ "time-grunt": "^2.0", "underscore": "^1.13", "underscore.string": "^3.3" + }, + "targets": { + "default": { + "context": "browser", + "outputFormat": "global", + "isLibrary": false + } } }