3 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
StefanoMagrassi
7ff985c7d7 version updated 2015-12-11 17:39:01 +01:00
StefanoMagrassi
a1fade2462 scripts fix and description changed 2015-12-11 17:38:45 +01:00
StefanoMagrassi
a2a78795b9 eslint no-console rule disabled 2015-12-11 17:35:21 +01:00
3 changed files with 7 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
"extends": "eslint:recommended",
"rules":
{
"no-console": 0,
"indent": [2, 2,
{
"VariableDeclarator": 2
@@ -13,7 +14,6 @@
},
"env":
{
"node": true,
"commonjs": true
"node": true
}
}

View File

@@ -1,11 +1,11 @@
{
"name": "cordova-base64-to-gallery",
"version": "1.0.0",
"description": "This plugin allows you to save base64 data as a png image into the device (iOS Photo Library, Android Gallery, WindowsPhone 8 Photo Album).",
"version": "1.0.1",
"description": "Cordova plugin to save base64 data as a png image into the device",
"license": "MIT",
"scripts":
{
"lint": "eslint www/ase64ToGallery.js",
"lint": "eslint www/base64ToGallery.js",
"test": "npm run lint",
"prepublish": "npm test"
},
@@ -23,7 +23,7 @@
"cordova": ">=3.0.0"
},
{
"node": ">=0.12 <4.0"
"node": ">=0.10"
}
],
"cordova":

View File

@@ -1,4 +1,4 @@
<plugin id="it.nexxa.base64ToGallery" version="1.0.0" xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.phonegap.com/ns/plugins/1.0">
<plugin id="it.nexxa.base64ToGallery" version="1.0.1" xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.phonegap.com/ns/plugins/1.0">
<name>base64ToGallery</name>