From 74c5691a0dd531eda3d0bf3d49b36a33a8fe1b77 Mon Sep 17 00:00:00 2001 From: Mayuran Visakan Date: Fri, 11 Aug 2023 16:55:19 +0100 Subject: [PATCH] Add to package json --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8f763..697db25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See this project's [releases](/../../../releases). - + diff --git a/package.json b/package.json index b32ebe8..90eeace 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "update": "ncu -u && npm install", "lint": "eslint --fix --max-warnings=0 src && stylelint --fix --max-warnings=0 src/styles.css src/css", - "version": "node version-bump.mjs && git add manifest.json versions.json" + "version": "node version-bump.mjs && git add manifest.json versions.json && echo $npm_package_version" }, "keywords": [], "author": "Mayuran Visakan",