From 1f97e2210ae0fbed9733458348308ba87e055c7d Mon Sep 17 00:00:00 2001 From: Nikolai Mavrenkov Date: Sat, 1 May 2021 23:27:13 +0400 Subject: [PATCH] 0.1.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35c497e..6eaf041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-css-modules", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24192a8..be3ad94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-css-modules", - "version": "0.1.2", + "version": "0.1.3", "description": "Plugin for esbuild with partial support of css-modules", "main": "./lib/index.js", "types": "./lib/index.d.ts",