0
0
Fork 0

Add package and versions for release info

This commit is contained in:
Oliver Akins 2022-05-27 00:42:44 -06:00
parent 02dcf15520
commit 71bf870199
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 26 additions and 24 deletions

View file

@ -1,24 +1,24 @@
{ {
"name": "oa-file-hider", "name": "oa-file-hider",
"version": "1.0.0", "version": "1.0.0",
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer", "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",
"build": "echo Use command: make release", "build": "echo Use command: make release",
"version": "echo Use command: make version" "version": "echo This is a part of: make release"
}, },
"keywords": [], "keywords": [],
"author": "Oliver Akins", "author": "Oliver Akins",
"license": "MIT", "license": "MIT",
"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",
"@typescript-eslint/parser": "^5.2.0", "@typescript-eslint/parser": "^5.2.0",
"builtin-modules": "^3.2.0", "builtin-modules": "^3.2.0",
"esbuild": "0.13.12", "esbuild": "0.13.12",
"obsidian": "latest", "obsidian": "latest",
"tslib": "2.3.1", "tslib": "2.3.1",
"typescript": "4.4.4" "typescript": "4.4.4"
} }
} }

View file

@ -1 +1,3 @@
{} {
"1.0.0": "0.14.6"
}