0
0
Fork 0

Fix information in the package.json

This commit is contained in:
Oliver Akins 2022-05-26 23:17:40 -06:00
parent ec8ba1aacf
commit fa42ef1eb0
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,7 +1,7 @@
{ {
"name": "obsidian-sample-plugin", "name": "oa-file-hider",
"version": "1.0.1", "version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"dev": "echo Use command: make dev", "dev": "echo Use command: make dev",
@ -9,8 +9,8 @@
"version": "echo Use command: make version" "version": "echo Use command: make version"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "Oliver Akins",
"license": "MIT", "license": "GNU-GPL3.0",
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.2.0",