Commit e45ddeec authored by Andreas Heimann's avatar Andreas Heimann

added isDev module

parent 960684be
......@@ -277,6 +277,11 @@
"unused-filename": "^2.1.0"
}
},
"electron-is-dev": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/electron-is-dev/-/electron-is-dev-1.1.0.tgz",
"integrity": "sha512-Z1qA/1oHNowGtSBIcWk0pcLEqYT/j+13xUw/MYOrBUOL4X7VN0i0KCTf5SqyvMPmW5pSPKbo28wkxMxzZ20YnQ=="
},
"encodeurl": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
......
......@@ -23,6 +23,7 @@
"dependencies": {
"axios": "^0.19.2",
"electron-dl": "^3.0.0",
"electron-is-dev": "^1.1.0",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"uniqid": "^5.2.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment