electron-root-path
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -6,3 +6,3 @@ 'use strict'; | ||
const IS_PROD = require('./env').IS_PROD; | ||
const isPackaged = require('./isPackaged').isPackaged; | ||
const isPackaged = require('electron-is-packaged').isPackaged; | ||
@@ -9,0 +9,0 @@ let rootPath = null; |
{ | ||
"name": "electron-root-path", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Get the root path of an Electron Application", | ||
@@ -43,3 +43,5 @@ "main": "lib/index.js", | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"electron-is-packaged": "^1.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7981
2
6
43
+ Addedelectron-is-packaged@^1.0.0
+ Addedelectron-is-packaged@1.0.2(transitive)