Skip to content

Commit

Permalink
add requirejs shim - fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Mar 3, 2017
1 parent 6b62823 commit e17204f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>stomp-websocket</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.3-1-SNAPSHOT</version>
<name>stomp-websocket</name>
<description>WebJar for stomp-websocket</description>
<url>http://webjars.org</url>
Expand Down Expand Up @@ -48,6 +48,11 @@
{
"paths": {
"stomp-websocket": "stomp"
},
"shim": {
"stomp-websocket": {
"exports": "Stomp"
}
}
}
</requirejs>
Expand Down

0 comments on commit e17204f

Please sign in to comment.