From becfbaa8d3c5327a886dde0a41563d0e3fe2c683 Mon Sep 17 00:00:00 2001 From: flkt Date: Wed, 15 Jan 2025 17:58:51 -0600 Subject: [PATCH] 2.0.1 --- 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 e1d85c6..bceb775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mol-normalize", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mol-normalize", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "concurrently": "^9.1.1", diff --git a/package.json b/package.json index 300bb5c..a0a6d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mol-normalize", - "version": "2.0.0", + "version": "2.0.1", "description": "small normalize and customize file with sass preprocessor for css", "scripts": { "dev": "concurrently 'npm run reload' 'npm run sass' ",