Skip to content

Commit

Permalink
bump, add contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Jul 25, 2017
1 parent 0c48420 commit 174b64e
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "nativescript-phone",
"version": "1.3.0",
"description": "NativeScript plugin to use the device phone and SMS features for Android and iOS",
"main": "index",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/msywensky/nativescript-phone.git"
},
"keywords": [
"NativeScript",
"Phone",
"SMS"
],
"dependencies": {
"nativescript-permissions": "1.2.3"
},
"author": "Mike Sywensky <michael.sywensky@gmail.com> ",
"contributors": [
{
"name": "Brad Martin",
"email": " [email protected]",
"url": "https://github.com/bradmartin"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/msywensky/nativescript-phone/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/msywensky/nativescript-phone/issues"
},
"homepage": "https://github.com/msywensky/nativescript-phone",
"nativescript": {
"platforms": {
"android": "1.0.0",
"ios": "1.0.0"
}
}
}
"name": "nativescript-phone",
"version": "1.3.1",
"description": "NativeScript plugin to use the device phone and SMS features for Android and iOS",
"main": "index",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/msywensky/nativescript-phone.git"
},
"keywords": ["NativeScript", "Phone", "SMS"],
"dependencies": {
"nativescript-permissions": "1.2.3"
},
"author": "Mike Sywensky <[email protected]> ",
"contributors": [
{
"name": "Brad Martin",
"email": " bradwaynemartin@gmail.com",
"url": "https://github.com/bradmartin"
},
{
"name": "Witold Czaplewski",
"url": "https://github.com/witi83"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/msywensky/nativescript-phone/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/msywensky/nativescript-phone/issues"
},
"homepage": "https://github.com/msywensky/nativescript-phone",
"nativescript": {
"platforms": {
"android": "1.0.0",
"ios": "1.0.0"
}
}
}

0 comments on commit 174b64e

Please sign in to comment.