Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Adjust the package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Simons Decena <[email protected]>
  • Loading branch information
jsdecena committed Aug 27, 2019
1 parent 4805b4d commit 1afdb90
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 218 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "dictio",
"version": "0.0.1",
"author": "Jeff Simons Decena <rjdecena@multisyscorp.com>",
"description": "An electron-vue project",
"license": null,
"author": "Jeff Simons Decena <jeff.decena@yahoo.com>",
"description": "Desktop dictionary app",
"license": "MIT",
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
Expand All @@ -16,11 +16,12 @@
"pack": "npm run pack:main && npm run pack:renderer",
"pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js",
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
"postinstall": "npm run lint:fix"
"postinstall": "npm run lint:fix",
"dist": "electron-builder"
},
"build": {
"productName": "dictio",
"appId": "feedr",
"appId": "dictio",
"directories": {
"output": "build"
},
Expand All @@ -43,7 +44,8 @@
]
},
"mac": {
"icon": "build/icons/icon.icns"
"icon": "build/icons/icon.icns",
"category": "education"
},
"win": {
"icon": "build/icons/icon.ico"
Expand Down Expand Up @@ -80,7 +82,7 @@
"del": "^3.0.0",
"devtron": "^1.4.0",
"electron": "^2.0.4",
"electron-builder": "^20.19.2",
"electron-builder": "^21.2.0",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.4",
"eslint": "^4.19.1",
Expand Down
Loading

0 comments on commit 1afdb90

Please sign in to comment.