app-root-path
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -30,3 +30,3 @@ 'use strict'; | ||
if ('type' in process && 'renderer' === process.type) { | ||
var remote = require('remote'); | ||
var remote = require('electron').remote; | ||
return remote.require('app-root-path').path; | ||
@@ -73,2 +73,2 @@ } | ||
return appRootPath; | ||
}; | ||
}; |
{ | ||
"name": "app-root-path", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Determine an app's root path from anywhere inside the app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -93,2 +93,5 @@ # App Root Path Module | ||
### 1.3.0 | ||
- Updated [electron](https://github.com/atom/electron) to match changes in version 1.0 of that project | ||
### 1.2.1 | ||
@@ -95,0 +98,0 @@ - Had to bump package version because 1.2.0 got published to npm as @beta |
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
26162
92
119