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,11 @@
{
"name": "datatables.net-scroller",
"version": "1.4.2",
"version": "1.5.1",
"description": "Scroller for DataTables ",
"files": [
"js/dataTables.scroller.js"
"js/**/*.js"
],
"main": "./js/dataTables.scroller.js",
"main": "js/dataTables.scroller.js",
"keywords": [
"virtual scrolling",
"DataTables",
@@ -22,7 +22,7 @@
},
"dependencies": {
"jquery": ">=1.7",
"datatables.net": ">=1.10.9"
"datatables.net": "^1.10.15"
},
"repository": {
"type": "git",