Start with clean nodes
This commit is contained in:
Binary file not shown.
Binary file not shown.
18
package.json
18
package.json
@@ -8,7 +8,10 @@
|
||||
"package": "electron-forge package",
|
||||
"make": "electron-forge make"
|
||||
},
|
||||
"keywords": ["TRIM","SRIM"],
|
||||
"keywords": [
|
||||
"TRIM",
|
||||
"SRIM"
|
||||
],
|
||||
"author": "Zaher Salman",
|
||||
"license": "GPL2",
|
||||
"devDependencies": {
|
||||
@@ -20,17 +23,18 @@
|
||||
"electron": "^11.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"plotly.js-dist": "^1.58.4"
|
||||
},
|
||||
"config": {
|
||||
"forge": {
|
||||
"packagerConfig": {
|
||||
"icon": "appicons/icons/png/1024x1024.png",
|
||||
"ignore" : ["Readme.md",
|
||||
"ToDo.txt",
|
||||
"TrimSP.cfg",
|
||||
"fortran/*"]
|
||||
"icon": "appicons/icons/png/1024x1024.png",
|
||||
"ignore": [
|
||||
"Readme.md",
|
||||
"ToDo.txt",
|
||||
"TrimSP.cfg",
|
||||
"fortran/*"
|
||||
]
|
||||
},
|
||||
"makers": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user