Skip to content

Commit 39a31c1

Browse files
committed
Regenerate dist files + exclude grunt in bower.json
1 parent 79c89ef commit 39a31c1

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

bower.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
"src",
1818
".travis.yml",
1919
"vendor",
20-
"data.json",
21-
"demo",
22-
"favicon.png",
23-
"index.html",
24-
"README.md",
25-
"server",
26-
"styles",
27-
"_config.yml"
20+
"data.json",
21+
"demo",
22+
"favicon.png",
23+
"index.html",
24+
"README.md",
25+
"server",
26+
"styles",
27+
"_config.yml",
28+
"grunt"
2829
],
2930
"dependencies": {
3031
"angular": "1.2.6",

dist/angular-datatables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
'datatables.factory'
141141
]);
142142
}(angular));
143-
angular.module('angularDatatables').run([
143+
angular.module('datatables').run([
144144
'$templateCache',
145145
function ($templateCache) {
146146
'use strict';

dist/angular-datatables.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)