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 0f71093 commit dfe08d6Copy full SHA for dfe08d6
1 file changed
package.json
@@ -1,7 +1,8 @@
1
{
2
- "name": "electron-vue-vite-boilerplate",
+ "name": "masscode",
3
"version": "0.1.0",
4
- "description": "Electron & Vue 3 application",
+ "description": "A free and open source code snippets manager for developers",
5
+ "license": "AGPL-3.0",
6
"main": "build/src/main/index.js",
7
"scripts": {
8
"dev": "run-p dev:watch dev:vue-devtools",
@@ -15,7 +16,7 @@
15
16
"release": "bumpp -c 'build: release v' -t",
17
"prepare": "husky install"
18
},
- "repository": "https://github.com/antonreshetov/electron-vue-vite-boilerplate",
19
+ "repository": "https://github.com/massCodeIO/massCode",
20
"author": {
21
"name": "Anton Reshetov",
22
"url": "https://github.com/antonreshetov"
0 commit comments