Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ff985c7d7 | ||
|
|
a1fade2462 | ||
|
|
a2a78795b9 |
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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":
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user