Skip to content

Commit

Permalink
plugin.xml: fix path to dist/sip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-onsip committed Aug 4, 2014
1 parent 319f40d commit 51f1c6f
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 @@ -5,5 +5,5 @@
Using src/SIP.js has issues with require('../package.json')
TODO fix this?
-->
<js-module name="sipjs" src="dist/SIP.js" />
<js-module name="sipjs" src="dist/sip.js" />
</plugin>

0 comments on commit 51f1c6f

Please sign in to comment.