Skip to content

Commit

Permalink
Package manager rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Oct 5, 2021
1 parent 92b3fd8 commit 2bae3c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
"require": {
"datatables.net/datatables.net-select": ">=1.3.3",
"datatables.net/datatables.net-se": ">=1.10.25"
"datatables.net/datatables.net-se": ">=1.11.3"
}
}
2 changes: 1 addition & 1 deletion nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<tags>select selection Semantic SemanticUI Semantic UI Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-select" version="1.3.3"/>
<dependency id="datatables.net-se" version="1.10.25"/>
<dependency id="datatables.net-se" version="1.11.3"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"dependencies": {
"datatables.net-select": ">=1.3.3",
"datatables.net-se": ">=1.10.25",
"datatables.net-se": ">=1.11.3",
"jquery": ">=1.7"
},
"moduleType": [
Expand Down

0 comments on commit 2bae3c1

Please sign in to comment.