1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-09 13:32:46 +00:00

added minAppVersion properties

This commit is contained in:
Patrizio Bekerle 2017-05-19 16:33:08 +02:00
parent 00e22d90f8
commit beb60a27cc
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
7 changed files with 7 additions and 1 deletions

View file

@ -5,5 +5,5 @@
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.05.7",
"description" : "With this script you can right click the selected text and convert it to Jira Code.\n\n<b>Dependencies</b>\n\n<a href=\"https://nodejs.org/en/download/\">Node.js</a>\n<a href=\"https://github.com/kylefarris/J2M\">jira2md</a>\n\n<b>Installation</b>\nAfter you have installed <i>Node.js</i> you can install <i>jira2md</i> by typing:\n<code>npm install jira2md</code>"
"description" : "With this script you can right click the selected text and convert it to Jira Code.\n\n<b>Dependencies</b>\n<a href=\"https://nodejs.org/en/download/\">Node.js</a>\n<a href=\"https://github.com/kylefarris/J2M\">jira2md</a>\n\n<b>Installation</b>\nAfter you have installed <i>Node.js</i> you can install <i>jira2md</i> by typing:\n<code>npm install jira2md</code>"
}