From 59d789e0efb72b516742af2d57babda2597e555f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 24 Nov 2015 19:58:07 -0600 Subject: [PATCH] Testing --- dist/package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/package.json diff --git a/dist/package.json b/dist/package.json new file mode 100644 index 000000000..ca6a8a82d --- /dev/null +++ b/dist/package.json @@ -0,0 +1,24 @@ +{ + "name": "cordova-wrap", + "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" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rm -rf dist && tsc" + }, + "repository": { + "type": "git", + "url": "https://github.com/driftyco/cordova-wrap.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/driftyco/cordova-wrap/issues" + }, + "homepage": "https://github.com/driftyco/ionic-native", + "typings": "./dist/index.d.ts" +}