NPM libs: Update embedded package to avoid their dependencies to be retrieved as they are already their

This commit is contained in:
Molkobain
2021-03-29 11:10:53 +02:00
parent a29dac2c60
commit c11fd4f0ab
42 changed files with 1601 additions and 63390 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "datatables.net",
"version": "1.10.12",
"version": "1.10.24",
"description": "DataTables for jQuery ",
"files": [
"js/jquery.dataTables.js"
"js/**/*.js"
],
"main": "./js/jquery.dataTables.js",
"main": "js/jquery.dataTables.js",
"type": "types.d.ts",
"keywords": [
"filter",
"sort",
@@ -27,5 +28,8 @@
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables.git"
},
"devDependencies": {
"@types/jquery": "^3.5.1"
}
}