Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
updated version - resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoMagrassi committed Dec 18, 2015
1 parent a6aaccb commit a4e55d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
"name": "cordova-base64-to-gallery",
"version": "1.0.1",
"version": "2.0.0",
"description": "Cordova plugin to save base64 data as a png image into the device",
"license": "MIT",
"scripts":
{
"scripts": {
"update": "node ./scripts/update_version",
"lint": "eslint www/base64ToGallery.js",
"test": "npm run lint",
"prepublish": "npm test"
},
"repository":
{
"repository": {
"type": "git",
"url": "git+https://github.com/Nexxa/cordova-base64-to-gallery.git"
},
"bugs":
{
"bugs": {
"url": "https://github.com/Nexxa/cordova-base64-to-gallery/issues"
},
"engines": [
Expand All @@ -27,8 +24,7 @@
"node": ">=0.10"
}
],
"cordova":
{
"cordova": {
"id": "cordova-base64-to-gallery",
"platforms": [
"ios",
Expand All @@ -46,8 +42,7 @@
"cordova-android",
"cordova-wp8"
],
"author":
{
"author": {
"name": "StefanoMagrassi",
"email": "[email protected]",
"url": "http://thinkwritedone.com"
Expand All @@ -59,9 +54,8 @@
"url": "http://www.tiegushi.com"
}
],
"devDependencies":
{
"devDependencies": {
"eslint": "1.10.3",
"libxmljs": "0.16.1"
}
}
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-base64-to-gallery" version="1.0.1">
<plugin xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-base64-to-gallery" version="2.0.0">

<name>base64ToGallery</name>

Expand Down

0 comments on commit a4e55d3

Please sign in to comment.