Parcourir la source

Added a license and author to the package.json

development
Bryan Miller il y a 4 ans
Parent
révision
6a1a7f69e8
Aucune clé connue n'a été trouvée dans la base pour cette signature
2 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +2
    -0
      .gitignore
  2. +2
    -0
      package.json

+ 2
- 0
.gitignore Voir le fichier

@@ -2,3 +2,5 @@
package-lock.json
node_modules/*

# Ignoring the ./builds folder where all the app builds should go.
builds/*

+ 2
- 0
package.json Voir le fichier

@@ -1,7 +1,9 @@
{
"name": "SAAM",
"author": "Bryan Miller <bmiller1008@gmail.com> (https://www.obsidianblk.me)",
"version": "0.0.1",
"main": "main.js",
"license": "MIT",
"devDependencies": {
"electron": "^10.1.2"
},

Chargement…
Annuler
Enregistrer