mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix ordering e2e failing test (#4825)
* ordering fix use common method in datatable * ordering fix use common method in datatable * fix sorting ps e2e * fix ordering * move search page in testing and fix sorting boolean flag * fix import * fix moment * use common sort method in document list test * use common sort method in document list test * remove unnecesary sort control * remove duplicate test * remove e2e suspended removed status * documentation
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"version": "3.2.1",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"bin": {
|
||||
"adf-license": "./bin/doc/licenseList.js"
|
||||
"adf-license": "./bin/doc/licenseList.js",
|
||||
"adf-audit": "./bin/doc/audit.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -14,9 +15,11 @@
|
||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"spdx-license-list": "^5.0.0",
|
||||
"commander": "^2.15.1",
|
||||
"license-checker": "^25.0.1",
|
||||
"commander": "^2.15.1"
|
||||
"npm-registry-fetch": "^3.9.0",
|
||||
"shelljs": "^0.8.3",
|
||||
"spdx-license-list": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"alfresco-component"
|
||||
|
||||
Reference in New Issue
Block a user