We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516a70c commit 68013e8Copy full SHA for 68013e8
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-facebook",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "NativeScript plugin, wrapper of native Facebook SDK for Adroid and iOS.",
5
"nativescript": {
6
"platforms": {
@@ -30,7 +30,8 @@
30
"email": "support@telerik.com",
31
"url": "http://www.telerik.com"
32
},
33
- "maintainers": [{
+ "maintainers": [
34
+ {
35
"name": "angeltsvetkov",
36
"email": "angel.tsvetkov@progress.com"
37
@@ -56,6 +57,6 @@
56
57
"@angular/compiler-cli": "~4.0.1",
58
"rxjs": "~5.3.0",
59
"zone.js": "~0.8.4",
- "tslint":"~5.4.3"
60
+ "tslint": "~5.4.3"
61
}
62
0 commit comments