Skip to content

Commit 497ad41

Browse files
committed
core: update package details
1 parent e1a95ff commit 497ad41

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "react-native-vivox",
33
"title": "React Native Vivox",
4-
"version": "1.0.0",
4+
"version": "0.0.1",
55
"description": "TODO",
66
"main": "index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/github_account/react-native-vivox.git",
13-
"baseUrl": "https://github.com/github_account/react-native-vivox"
12+
"url": "git+https://github.com/lucienbl/react-native-vivox.git",
13+
"baseUrl": "https://github.com/lucienbl/react-native-vivox"
1414
},
1515
"keywords": [
1616
"react-native"
1717
],
1818
"author": {
19-
"name": "Your Name",
20-
"email": "yourname@email.com"
19+
"name": "Lucien Blunk-Lallet",
20+
"email": "lucien.blunk.lallet@gmail.com"
2121
},
2222
"license": "MIT",
2323
"licenseFilename": "LICENSE",

react-native-vivox.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Pod::Spec.new do |s|
99
s.description = <<-DESC
1010
react-native-vivox
1111
DESC
12-
s.homepage = "https://github.com/github_account/react-native-vivox"
12+
s.homepage = "https://github.com/lucienbl/react-native-vivox"
1313
s.license = "MIT"
1414
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
15-
s.authors = { "Your Name" => "yourname@email.com" }
15+
s.authors = { "Lucien Blunk-Lallet" => "lucien.blunk.lallet@gmail.com" }
1616
s.platform = :ios, "7.0"
1717
s.source = { :git => "https://github.com/github_account/react-native-vivox.git", :tag => "#{s.version}" }
1818

0 commit comments

Comments
 (0)