Skip to content

Commit 99d21b5

Browse files
committedAug 25, 2021
Include types in package.json and correct folder
1 parent 498cf42 commit 99d21b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎datatables.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"types/dataTables.bootstrap4.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

+3-2
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
"Bootstrap",
15-
"Bootstrap4",
16+
"Bootstrap4",
1617
"Datatables",
1718
"jQuery",
1819
"table",
@@ -44,4 +45,4 @@
4445
"type": "git",
4546
"url": "https://github.com/DataTables/Dist-DataTables-Bootstrap4.git"
4647
}
47-
}
48+
}

0 commit comments

Comments
 (0)