瀏覽代碼

Added a license and author to the package.json

development
Bryan Miller 4 年之前
父節點
當前提交
6a1a7f69e8
沒有發現已知的金鑰在資料庫的簽署中
共有 2 個檔案被更改,包括 4 行新增0 行删除
  1. +2
    -0
      .gitignore
  2. +2
    -0
      package.json

+ 2
- 0
.gitignore 查看文件

package-lock.json package-lock.json
node_modules/* node_modules/*


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

+ 2
- 0
package.json 查看文件

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

Loading…
取消
儲存