From 5c0ceb37b72c41abe2e56a099baa7d4f6ee8380d Mon Sep 17 00:00:00 2001 From: Satyam Seth Date: Tue, 15 Oct 2024 20:15:38 +0530 Subject: [PATCH 1/2] add prepare script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dfbc76c..96b7a48 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "main": "dist/js/main", "typings": "dist/js/main", "scripts": { + "prepare": "npm run build", "build": "gulp", "watch": "gulp watch", "dev": "gulp && gulp watch", From c8729ef3921802824569b659979efd1a6641433f Mon Sep 17 00:00:00 2001 From: Satyam Seth Date: Tue, 15 Oct 2024 20:15:51 +0530 Subject: [PATCH 2/2] 1.0.3 --- 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 d6d1b08..c54af12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@satyam-seth/otp-field", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@satyam-seth/otp-field", - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "devDependencies": { "@types/chai": "^4.3.6", diff --git a/package.json b/package.json index 96b7a48..79df493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@satyam-seth/otp-field", - "version": "1.0.2", + "version": "1.0.3", "description": "A configurable OTP field built using TypeScript and SCSS", "repository": { "type": "git",