Update package.json

This commit is contained in:
Vasil Chimev
2016-06-21 12:17:51 +03:00
committed by GitHub
parent c346701550
commit 2137acfacf

View File

@@ -24,12 +24,12 @@
"license": "Apache-2.0",
"typings": "tns-core-modules.d.ts",
"dependencies": {
"tns-core-modules-widgets": "next"
"tns-core-modules-widgets": "2.1.3"
},
"nativescript": {
"platforms": {
"ios": "2.0.0",
"android": "2.0.0"
"ios": "2.1.0",
"android": "2.1.0"
}
}
}
}