mirror of
https://github.com/canna71/obsidian-sheets.git
synced 2026-07-22 08:30:27 +00:00
Merge branch 'rename'
This commit is contained in:
commit
af4a86d37c
4 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "obsidian-sheets",
|
||||
"name": "Sheets",
|
||||
"id": "obsidian-workbooks",
|
||||
"name": "Workbooks",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Work with Spreadsheets inside your notes",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "sheets",
|
||||
"name": "Sheets",
|
||||
"id": "workbooks",
|
||||
"name": "Workbooks",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Work with Spreadsheets inside your notes",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "obsidian-sheets",
|
||||
"name": "obsidian-workbooks",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-sheets",
|
||||
"name": "obsidian-workbooks",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "obsidian-sheets",
|
||||
"name": "obsidian-workbooks",
|
||||
"version": "1.0.0",
|
||||
"description": "Work with Spreadsheets inside your notes",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue