diff options
| author | Johannes Theiner <[email protected]> | 2025-11-14 14:28:33 +0100 |
|---|---|---|
| committer | Johannes Theiner <[email protected]> | 2025-11-14 14:28:33 +0100 |
| commit | 123fc4a8705c066132693de3ec0024800b2a595f (patch) | |
| tree | dfcfc638d2a932047e32916684cf1070e6bb9ae2 /package.json | |
| parent | 0eca98addaa1600d4481954afcb1172837cef8e3 (diff) | |
| download | ai-pulse-obsidian-plugin-123fc4a8705c066132693de3ec0024800b2a595f.tar.gz ai-pulse-obsidian-plugin-123fc4a8705c066132693de3ec0024800b2a595f.zip | |
update eslint plugin version
remove builtin-modules external dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 5351a4a..17268d7 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,8 @@ "license": "0-BSD", "devDependencies": { "@types/node": "^16.11.6", - "builtin-modules": "3.3.0", "esbuild": "0.25.5", - "eslint-plugin-obsidianmd": "latest", + "eslint-plugin-obsidianmd": "0.1.9", "globals": "14.0.0", "tslib": "2.4.0", "typescript": "^5.8.3", |
