Skip to content

Commit 464570e

Browse files
Set version to 2.0.0
Update major version as there's a huge behavior change - now we search for the executable in PATH and in case we do not find it, we try to find it in globally installed npm packages.
1 parent 9164863 commit 464570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "global-modules-path",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Returns path to globally installed package",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)