Skip to content

Commit 33d78c7

Browse files
Merge pull request #768 from Sidsector9/fix/767
fix/767: remove common JS modules from dist
2 parents 9acbe93 + b13378b commit 33d78c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,12 @@
3939
"time-grunt": "^2.0",
4040
"underscore": "^1.13",
4141
"underscore.string": "^3.3"
42+
},
43+
"targets": {
44+
"default": {
45+
"context": "browser",
46+
"outputFormat": "global",
47+
"isLibrary": false
48+
}
4249
}
4350
}

0 commit comments

Comments
 (0)