diff --git a/package.json b/package.json index dcd073c0..40619da4 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,11 @@ "license": "BSD-3-Clause", "homepage": "http://github.com/shelljs/shelljs", "main": "./shell.js", + "exports": { + ".": "./shell.js", + "./make": "./make.js", + "./make.js": "./make.js" + }, "files": [ "commands.js", "global.js",