Skip to content

Commit

Permalink
release(imagepicker): 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 11, 2022
1 parent 8bddc44 commit 5616f22
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions packages/imagepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@nativescript/imagepicker",
"version": "1.0.6",
"description": "A plugin for the NativeScript framework implementing multiple image picker",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "NativeScript",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/NativeScript/plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"nativescript-permissions": "1.3.11"
}
"name": "@nativescript/imagepicker",
"version": "1.0.7",
"description": "A plugin for the NativeScript framework implementing multiple image picker",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "NativeScript",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/NativeScript/plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"nativescript-permissions": "1.3.11"
}
}

0 comments on commit 5616f22

Please sign in to comment.