mirror of
https://github.com/jonnydeates/obsidian-pivotal-tracker-integration-plugin.git
synced 2026-07-22 07:40:25 +00:00
Changed the name to get past validation for the plugin library
This commit is contained in:
parent
14ef5f87e8
commit
b849e74623
3 changed files with 7 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "pivotal-tracker-integration-plugin",
|
||||
"id": "pivotal-tracker-integration",
|
||||
"name": "Pivotal Tracker Integration",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "This is an unofficial pivotal tracker integration plugin for Obsidian. This plugin allows the user to pull stories, chores, bugs from their pivotal counterpart.",
|
||||
"author": "Jon Deates",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pivotal-tracker-integration-plugin",
|
||||
"version": "1.0.4",
|
||||
"name": "pivotal-tracker-integration",
|
||||
"version": "1.0.5",
|
||||
"description": "This is an unofficial pivotal tracker integration plugin for Obsidian. (https://obsidian.md)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -2,5 +2,7 @@
|
|||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0",
|
||||
"1.0.2": "0.15.0",
|
||||
"1.0.3": "0.15.0"
|
||||
"1.0.3": "0.15.0",
|
||||
"1.0.4": "0.15.0",
|
||||
"1.0.5": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue