diff --git a/package-lock.json b/package-lock.json index 0def3c3..3a506e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "esbuild-ts-paths", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "esbuild-ts-paths", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "fast-glob": "^3.2.11", diff --git a/package.json b/package.json index e2abe63..a77dbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-ts-paths", - "version": "1.1.1", + "version": "1.1.2", "description": "Transform TS path alias to absolute paths for esbuild", "main": "index.js", "repository": "git@github.com:frankleng/esbuild-ts-paths.git",