From 82deb402c9f75d07fc967b63b10546a5d238df01 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 24 Nov 2015 19:57:33 -0600 Subject: [PATCH] Bump --- package.json | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index d11783c81..ca6a8a82d 100644 --- a/package.json +++ b/package.json @@ -1,42 +1,23 @@ { "name": "cordova-wrap", - "version": "1.0.5", + "version": "1.0.6", "description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support", "main": "dist/cordova-wrap.js", "directories": { "test": "test" }, - "dependencies": { - "babel-polyfill": "^6.2.0", - "babel-preset-es2015": "^6.1.18", - "babelify": "^7.2.0", - "browserify": "^12.0.1", - "es6-promise": "^3.0.2", - "gulp": "^3.9.0", - "gulp-babel": "^6.1.0", - "gulp-concat": "^2.6.0", - "gulp-connect": "^2.2.0", - "gulp-serve": "^1.2.0", - "gulp-sourcemaps": "^1.6.0", - "vinyl-buffer": "^1.0.0", - "vinyl-source-stream": "^1.1.0", - "watchify": "^3.6.1" - }, - "devDependencies": { - "babel-preset-stage-0": "^6.1.18" - }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc" }, "repository": { "type": "git", - "url": "https://github.com/driftyco/ionic-native.git" + "url": "https://github.com/driftyco/cordova-wrap.git" }, "author": "", - "license": "ISC", + "license": "MIT", "bugs": { - "url": "https://github.com/driftyco/ionic-native/issues" + "url": "https://github.com/driftyco/cordova-wrap/issues" }, "homepage": "https://github.com/driftyco/ionic-native", "typings": "./dist/index.d.ts"