1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

Merge pull request #527 from BoostIO/fix-add-description

Add description for package.json
This commit is contained in:
Sota Sugiura
2017-04-29 16:25:03 +09:00
committed by GitHub

View File

@@ -1,7 +1,8 @@
{ {
"name": "Boostnote", "name": "boost",
"version": "0.8.9", "version": "0.8.9",
"main": "index.js", "main": "index.js",
"description": "Boostnote",
"license": "GPL-3.0", "license": "GPL-3.0",
"scripts": { "scripts": {
"start": "electron ./index.js", "start": "electron ./index.js",