From 15ad0e1e31be03b3c713c1d94c7583e53c805c98 Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen Date: Tue, 17 Oct 2023 21:13:42 +1100 Subject: [PATCH] Fix basePath description --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6ff06f..472f4b0 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Note that `option.basePath` can be provided to alter this behaviour. basePath - Absolute path to the module. + Absolute path to the module's directory
 process.cwd()
diff --git a/package-lock.json b/package-lock.json
index 8e74266..1d524b7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "import-sync",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "import-sync",
-      "version": "1.0.3",
+      "version": "1.0.4",
       "license": "MIT",
       "dependencies": {
         "esm": "^3.2.25"
diff --git a/package.json b/package.json
index 33d99bb..76d3270 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
     "type": "git",
     "url": "https://github.com/nktnet1/import-sync"
   },
-  "version": "1.0.3",
+  "version": "1.0.4",
   "files": [
     "dist"
   ],