Skip to content

Commit

Permalink
core: update package details
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienbl committed Sep 15, 2019
1 parent e1a95ff commit 497ad41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "react-native-vivox",
"title": "React Native Vivox",
"version": "1.0.0",
"version": "0.0.1",
"description": "TODO",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github_account/react-native-vivox.git",
"baseUrl": "https://github.com/github_account/react-native-vivox"
"url": "git+https://github.com/lucienbl/react-native-vivox.git",
"baseUrl": "https://github.com/lucienbl/react-native-vivox"
},
"keywords": [
"react-native"
],
"author": {
"name": "Your Name",
"email": "yourname@email.com"
"name": "Lucien Blunk-Lallet",
"email": "lucien.blunk.lallet@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions react-native-vivox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Pod::Spec.new do |s|
s.description = <<-DESC
react-native-vivox
DESC
s.homepage = "https://github.com/github_account/react-native-vivox"
s.homepage = "https://github.com/lucienbl/react-native-vivox"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.authors = { "Your Name" => "yourname@email.com" }
s.authors = { "Lucien Blunk-Lallet" => "lucien.blunk.lallet@gmail.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/github_account/react-native-vivox.git", :tag => "#{s.version}" }

Expand Down

0 comments on commit 497ad41

Please sign in to comment.