Skip to content

Commit 74fd734

Browse files
Merge pull request #139 from thirukumaran-murugan/patch-1
Removed the unwanted package dependencies from package json
2 parents afb4203 + 2f5c86e commit 74fd734

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: controls/filemanager/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"@syncfusion/ej2-lists": "*",
1818
"@syncfusion/ej2-navigations": "*",
1919
"@syncfusion/ej2-popups": "*",
20-
"@syncfusion/ej2-splitbuttons": "*",
21-
"selenium-webdriver": "^4.0.0-alpha.1"
20+
"@syncfusion/ej2-splitbuttons": "*"
2221
},
2322
"devDependencies": {
2423
"@types/chai": "^3.4.28",
@@ -60,4 +59,4 @@
6059
"test": "gulp test"
6160
},
6261
"typings": "index.d.ts"
63-
}
62+
}

0 commit comments

Comments
 (0)