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-select",
"version": "1.2.0",
"version": "1.3.3",
"description": "Select for DataTables ",
"files": [
"js/dataTables.select.js"
"js/**/*.js"
],
"main": "./js/dataTables.select.js",
"main": "js/dataTables.select.js",
"type": "types.d.ts",
"keywords": [
"select",
"selection",
@@ -23,10 +24,13 @@
},
"dependencies": {
"jquery": ">=1.7",
"datatables.net": ">=1.10.9"
"datatables.net": "^1.10.15"
},
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Select.git"
},
"devDependencies": {
"@types/jquery": "^3.5.1"
}
}