From e2acce3f10126c3a37d8923d09ed3cf4463ee3e4 Mon Sep 17 00:00:00 2001 From: Chantha Date: Fri, 16 Oct 2020 10:51:06 +0700 Subject: [PATCH] update version to 1.0.1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3950393..b4c03cd 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "@cubetiq/invoice-print", - "version": "1.0.0", + "version": "1.0.1", "description": "Invoice Print80m", "author": "Chantha Suon", "license": "MIT", - "repository": "Chantha Suon/@cubetiq/invoice-print", + "repository": "https://git.cubetiqs.com/chanthasuon/lib-invoice-print.git", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", + "private": false, "engines": { "node": ">=10" },