diff --git a/package-lock.json b/package-lock.json index ae1dd402..aab7c340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shelljs", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shelljs", - "version": "0.9.0", + "version": "0.9.1", "license": "BSD-3-Clause", "dependencies": { "execa": "^1.0.0", diff --git a/package.json b/package.json index eba17733..d6e8c016 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shelljs", - "version": "0.9.0", + "version": "0.9.1", "description": "Portable Unix shell commands for Node.js", "keywords": [ "shelljs", @@ -25,8 +25,12 @@ "main": "./shell.js", "exports": { ".": "./shell.js", + "./global": "./global.js", + "./global.js": "./global.js", "./make": "./make.js", - "./make.js": "./make.js" + "./make.js": "./make.js", + "./plugin": "./plugin.js", + "./plugin.js": "./plugin.js" }, "files": [ "global.js",