From 796bc05741ebbee86052fdb5d06fe76e25a08221 Mon Sep 17 00:00:00 2001 From: Frank Leng Date: Thu, 17 Mar 2022 03:14:14 -0700 Subject: [PATCH] release 1.1.2 - windows support --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",