Skip to content

Commit

Permalink
Possible fix for #19, the unminified version of the build script was …
Browse files Browse the repository at this point in the history
…being referenced
  • Loading branch information
John Saleigh committed Oct 28, 2015
1 parent b05b685 commit 94d0aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>Branch SDK Plugin</description>
<license>Apache 2.0</license>
<keywords>branch</keywords>
<js-module src="dist/build.js" name="branch">
<js-module src="dist/build.min.js" name="branch">
<clobbers target="branch" />
<clobbers target="Branch" />
</js-module>
Expand Down

0 comments on commit 94d0aa0

Please sign in to comment.