Blob Blame History Raw
diff --git a/package.json b/package.json
index bf0706b..8756109 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "bundle-dependencies",
   "description": "Generates bundledDependencies package.json value using values of the dependencies property.",
   "version": "1.0.2",
-  "main": "./dist/index.js",
+  "main": "./dist/bin/index.js",
   "bin": "./dist/bin/index.js",
   "repository": {
     "type": "git",
@@ -34,8 +34,5 @@
   },
   "devDependencies": {
     "pragmatist": "^3.0.9"
-  },
-  "bundledDependencies": [
-    "yargs"
-  ]
+  }
 }