Update the package name

This commit is contained in:
Ryan Bantz 2025-02-09 15:14:41 -06:00
parent 6108b1ab9c
commit 41287abd76
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "asana-for-obsidian",
"id": "obsidian-asana",
"name": "Asana",
"version": "0.1.2",
"version": "0.1.3",
"description": "Create Asana tasks from highlighted text or the current line in Obsidian.",
"minAppVersion": "1.5.0",
"author": "Ryan Bantz",

View file

@ -1,5 +1,5 @@
{
"name": "asana-task-creator",
"name": "obsidian-asana",
"version": "1.0.0",
"main": "main.js",
"scripts": {