diff --git a/logo.svg b/logo.svg index 6e6e120..853e869 100644 --- a/logo.svg +++ b/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2cd595b..3eddcf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "import-sync", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "import-sync", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "esm": "^3.2.25" diff --git a/package.json b/package.json index 847ccd6..6df98aa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/nktnet1/import-sync" }, - "version": "1.0.2", + "version": "1.0.3", "files": [ "dist" ], @@ -40,7 +40,7 @@ ], "author": "Khiet Tam Nguyen", "license": "MIT", - "description": "Import es6 modules synchronously", + "description": "Synchronously import dynamic ECMAScript Modules similar to CommonJS require. Basic wrapper around esm for compatibility with both ES6 and CJS projects in NodeJS", "devDependencies": { "@types/esm": "^3.2.0", "@types/jest": "^29.5.5",