We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f95b6 commit 573e56dCopy full SHA for 573e56d
src/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-snippets",
3
"productName": "CodeSnippets",
4
- "version": "0.0.0",
+ "version": "0.1.0",
5
"description": "A lightweight app to keep track of code snippets",
6
"license": "MIT",
7
"repository": "aaronduino/code-snippets",
@@ -26,7 +26,9 @@
26
],
27
"dependencies": {
28
"copy-to-clipboard": "^3.0.8",
29
- "electron-debug": "^1.4.0"
+ "electron-debug": "^1.4.0",
30
+ "electron-updater": "^2.16.1",
31
+ "yarn": "^1.2.1"
32
},
33
"devDependencies": {
34
"devtron": "^1.4.0",
0 commit comments