We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce58fd1 commit 59352ecCopy full SHA for 59352ec
2 files changed
README.md
@@ -90,8 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a
90
91
## Change Log
92
93
-### 2.1.0
+### 2.2.0
94
- Added support for Yarn Plug'n'Play
95
+ - Adjusted browser-shim to address webpack warnings
96
+ - Bumped minimum Node version to 6
97
98
### 2.0.1
99
- Minor tweaks to how electron-specific logic runs. Should help with packagers that try to resolve all `require()` statements during packaging.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "app-root-path",
3
- "version": "2.1.0",
+ "version": "2.2.0",
4
"description": "Determine an app's root path from anywhere inside the app",
5
"main": "index.js",
6
"browser": "browser-shim.js",
0 commit comments