Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Nov 21, 2024
1 parent 9d1e9ed commit 0f25882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "pycalc",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Enables the execution of Python code directly within the editor upon pressing the Enter key.",
"description": "Executing Python code directly within the editor by pressing the Enter key.",
"author": "pycalc",
"authorUrl": "https://github.com/pycalc-plugin",
"isDesktopOnly": false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pycalc",
"version": "1.0.0",
"description": "Enables the execution of Python code directly within the editor upon pressing the Enter key.",
"description": "Executing Python code directly within the editor by pressing the Enter key.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down

0 comments on commit 0f25882

Please sign in to comment.