From 174b64ebf17f4c3445b25c24a59c66c34875af84 Mon Sep 17 00:00:00 2001 From: Brad Martin Date: Tue, 25 Jul 2017 12:45:52 -0500 Subject: [PATCH] bump, add contributor --- package.json | 80 ++++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index 65c443d..f3319be 100644 --- a/package.json +++ b/package.json @@ -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 ", - "contributors": [ - { - "name": "Brad Martin", - "email": " bradwaynemartin@gmail.com", - "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" - } - } -} \ No newline at end of file + "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 ", + "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" + } + } +}