Skip to content

Commit

Permalink
fix: Improve NPM module definition
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Mar 21, 2024
1 parent 8022e2c commit ae6dbef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "obsidian-utilities",
"description": "Common utilities used throughout the Javalent plugin ecosystem.",
"author": "Jeremy Valentine",
"main": "./build/main.js",
"types": "types/main.d.ts",
"funding": "https://www.buymeacoffee.com/valentine195",
"bugs": "https://github.com/javalent/obsidian-utilities/issues",
"homepage": "https://github.com/javalent/obsidian-utilities#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/javalent/obsidian-utilities.git"
},
"scripts": {
"build": "npm run build:module && npm run build:types",
"build:module": "node ./esbuild.config.mjs production",
Expand All @@ -28,7 +36,6 @@
"undici-types": "^5.26.5",
"w3c-keyname": "^2.2.8"
},
"author": "Jeremy Valentine",
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@tsconfig/svelte": "^5.0.2",
Expand Down

0 comments on commit ae6dbef

Please sign in to comment.