We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e4e0d commit 7df53f2Copy full SHA for 7df53f2
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-drop-down",
3
- "version": "4.0.1",
+ "version": "5.0.0",
4
"description": "A NativeScript DropDown widget.",
5
"main": "drop-down",
6
"typings": "drop-down.d.ts",
@@ -41,7 +41,7 @@
41
],
42
"license": "Apache-2.0",
43
"peerDependencies": {
44
- "tns-core-modules": "^4"
+ "tns-core-modules": ">= 5"
45
},
46
"devDependencies": {
47
"@angular/common": "^5.2.11",
0 commit comments