Skip to content

Commit 3767af2

Browse files
authored
Merge pull request #11 from typelets/feature/webview-desktop-app
chore: bump desktop app version and fix ESLint configuration
2 parents eb35662 + b4f784b commit 3767af2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typelets-desktop",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Typelets Desktop - Secure Note Taking App",
55
"main": "dist/main.js",
66
"author": "Typelets Team",

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default tseslint.config(
88
{
99
ignores: [
1010
'dist',
11+
'apps/desktop/dist',
1112
'node_modules',
1213
'.vite',
1314
'coverage',

0 commit comments

Comments
 (0)