Skip to content

Commit 3c22c2a

Browse files
committed
bump to 2.1.8 and fix requirejs path - fixes #38
1 parent 91e427d commit 3c22c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212
<groupId>org.webjars</groupId>
1313
<artifactId>datatables</artifactId>
14-
<version>2.1.1-SNAPSHOT</version>
14+
<version>2.1.8-SNAPSHOT</version>
1515
<name>DataTables</name>
1616
<description>WebJar for DataTables</description>
1717
<url>http://webjars.org</url>
@@ -53,7 +53,7 @@
5353
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${version.unsnapshot}</destDir>
5454
<requirejs>
5555
{
56-
"paths": { "datatables": "js/jquery.dataTables" },
56+
"paths": { "datatables": "js/dataTables" },
5757
"shim": { "datatables": [ "jquery" ] }
5858
}
5959
</requirejs>

0 commit comments

Comments
 (0)