From fa42ef1eb0066faa10c764554e9baf30a15aaa84 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 26 May 2022 23:17:40 -0600 Subject: [PATCH] Fix information in the package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 82c2420..c2b17b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-sample-plugin", - "version": "1.0.1", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "name": "oa-file-hider", + "version": "1.0.0", + "description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer", "main": "main.js", "scripts": { "dev": "echo Use command: make dev", @@ -9,8 +9,8 @@ "version": "echo Use command: make version" }, "keywords": [], - "author": "", - "license": "MIT", + "author": "Oliver Akins", + "license": "GNU-GPL3.0", "devDependencies": { "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "^5.2.0",