Skip to content

Commit

Permalink
Update package fields and plugin engines requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogior committed Oct 8, 2017
1 parent 26a52e2 commit 933b43e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-mobile-cordova",
"version": "0.1.1",
"version": "0.1.2",
"description": "Node.js for Mobile Apps Cordova plugin",
"cordova": {
"id": "nodejs-mobile-cordova",
Expand All @@ -14,6 +14,7 @@
"mobile",
"nodejs",
"node.js",
"nodejs-mobile",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
Expand All @@ -22,5 +23,21 @@
"license": "MIT",
"dependencies": {
"tar.gz2": "^1.0.0"
},
"homepage": "https://code.janeasystems.com/nodejs-mobile",
"repository": {
"type": "git",
"url": "https://github.com/janeasystems/nodejs-mobile-cordova"
},
"bugs": {
"url": "https://github.com/janeasystems/nodejs-mobile/issues"
},
"engines": {
"cordovaDependencies": {
">=0.1.0": {
"cordova-ios": ">=4.4.0",
"cordova-android": ">=6.2.1"
}
}
}
}
7 changes: 6 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="nodejs-mobile-cordova"
version="0.1.0">
version="0.1.2">

<name>NodeJS Mobile</name>
<description>NodeJS for Mobile Cordova Plugin</description>
<license>MIT</license>
<keywords>cordova,mobile,nodejs,node.js</keywords>

<engines>
<engine name="cordova-android" version=">=6.2.1"/>
<engine name="cordova-ios" version=">=4.4.0"/>
</engines>

<js-module src="www/nodejs_apis.js" name="nodejs">
<clobbers target="nodejs" />
</js-module>
Expand Down

0 comments on commit 933b43e

Please sign in to comment.