Skip to content

Commit 4f95e37

Browse files
Merge pull request #13 from NativeScript/update-meatadata
Update package.json files
2 parents ea0a816 + 15e8870 commit 4f95e37

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

demo-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demoangular",
88
"tns-android": {
9-
"version": "3.0.0-rc.1"
9+
"version": "3.0.0"
1010
},
1111
"tns-ios": {
12-
"version": "3.0.0-rc.1"
12+
"version": "3.0.0"
1313
}
1414
},
1515
"dependencies": {
@@ -26,7 +26,7 @@
2626
"nativescript-theme-core": "^1.0.2",
2727
"nativescript-unit-test-runner": "^0.3.4",
2828
"rxjs": "~5.3.0",
29-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1",
29+
"tns-core-modules": "^3.0.0",
3030
"zone.js": "^0.8.4"
3131
},
3232
"devDependencies": {

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "3.0.0-rc.1"
5+
"version": "3.0.0"
66
},
77
"tns-ios": {
8-
"version": "3.0.0-rc.1-2017-3-28-2"
8+
"version": "3.0.0"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-facebook": "../src",
1313
"nativescript-theme-core": "^1.0.2",
1414
"nativescript-unit-test-runner": "^0.3.4",
15-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.2"
15+
"tns-core-modules": "^3.0.0"
1616
},
1717
"devDependencies": {
1818
"awesome-typescript-loader": "~3.1.2",

src/package.json

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript-facebook",
3-
"version": "1.0.0",
4-
"description": "Your awesome NativeScript plugin.",
3+
"version": "1.0.1",
4+
"description": "NativeScript plugin, wrapper of native Facebook SDK for Adroid and iOS.",
55
"nativescript": {
66
"platforms": {
77
"android": "3.0.0",
@@ -29,27 +29,38 @@
2929
},
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/angeltsvetkov/nativescript-facebook.git"
32+
"url": "https://github.com/NativeScript/nativescript-facebook.git"
3333
},
3434
"keywords": [
3535
"NativeScript",
36-
"JavaScript",
36+
"TypeScript",
3737
"Android",
38-
"iOS"
38+
"iOS",
39+
"Facebook"
3940
],
4041
"author": {
41-
"name": "Your Name",
42-
"email": "youremail@yourdomain.com"
42+
"name": "NativeScript Team",
43+
"email": "support@telerik.com",
44+
"url": "http://www.telerik.com"
4345
},
46+
"maintainers": [{
47+
"name": "angeltsvetkov",
48+
"email": "angel.tsvetkov@progress.com"
49+
},
50+
{
51+
"name": "Dimitar Tachev",
52+
"email": "dimitar.tachev@progress.com"
53+
}
54+
],
4455
"bugs": {
45-
"url": "https://github.com/angeltsvetkov/nativescript-facebook/issues"
56+
"url": "https://github.com/NativeScript/nativescript-facebook/issues"
4657
},
4758
"license": "Apache 2.0",
48-
"homepage": "https://github.com/angeltsvetkov/nativescript-facebook",
59+
"homepage": "https://github.com/NativeScript/nativescript-facebook",
4960
"readmeFilename": "README.md",
5061
"devDependencies": {
51-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.2",
52-
"tns-platform-declarations": "^3.0.0 || ^3.0.0-rc.2",
62+
"tns-core-modules": "^3.0.0",
63+
"tns-platform-declarations": "^3.0.0",
5364
"typescript": "~2.2.2",
5465
"nativescript-angular": "^3.0.0 || ^2.0.0-rc.1",
5566
"@angular/core": "~4.0.1",
@@ -60,6 +71,6 @@
6071
"zone.js": "~0.8.4"
6172
},
6273
"peerDependencies": {
63-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.2"
74+
"tns-core-modules": "^3.0.0"
6475
}
65-
}
76+
}

0 commit comments

Comments
 (0)