From f7f1acb1b6484e81e610a00da1e3393fa5585cd7 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 27 Nov 2015 23:05:15 -0600 Subject: [PATCH] Ionic Native --- README.md | 3 ++- package.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6aab4327..3374a10a1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# Cordova Wrap +# Ionic Native + Native plugins to replace ngCordova diff --git a/package.json b/package.json index 5f2bae7ac..587e0939a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cordova-wrap", + "name": "ionic-native", "version": "1.0.7", "description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support", "main": "dist/index.js", @@ -12,12 +12,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/driftyco/cordova-wrap.git" + "url": "https://github.com/driftyco/ionic-native.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/driftyco/cordova-wrap/issues" + "url": "https://github.com/driftyco/ionic-native/issues" }, "homepage": "https://github.com/driftyco/ionic-native", "typings": "./dist/index.d.ts"