Skip to content

Commit ff42a72

Browse files
Include types in package.json and correct folder
1 parent 82200c8 commit ff42a72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

datatables.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"types/dataTables.jQueryUI.d.ts"
1212
],
1313
"src-repo": "http://github.com/DataTables/DataTablesSrc",
14-
"last-tag": "1.10.25",
15-
"last-sync": "90d756c563582681fce93859952654d814bf1414"
16-
}
14+
"last-tag": "1.10.25"
15+
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"files": [
99
"css/**/*.css",
1010
"js/**/*.js",
11+
"types/**/*.d.ts",
1112
"images/*"
1213
],
1314
"keywords": [
1415
"jQuery UI",
15-
"jQueryUI",
16+
"jQueryUI",
1617
"Datatables",
1718
"jQuery",
1819
"table",
@@ -44,4 +45,4 @@
4445
"type": "git",
4546
"url": "https://github.com/DataTables/Dist-DataTables-jQueryUI.git"
4647
}
47-
}
48+
}

0 commit comments

Comments
 (0)