From 810b91f2bcd261634f0244f6325cbe647ff034ff Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Sat, 4 Jun 2022 10:57:31 +0530 Subject: [PATCH] Minor Changes --- package/README.md | 5 ++++- package/package.json | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package/README.md b/package/README.md index 16bd31f..e3d1d5b 100644 --- a/package/README.md +++ b/package/README.md @@ -14,4 +14,7 @@ In Node.js: const calculator = require('all-round-calculator') ``` -See the [documentation](https://github.com/Susmita-Dey/all-round-calculator/tree/main/docs) for more details. \ No newline at end of file +See the [documentation](https://github.com/Susmita-Dey/all-round-calculator/tree/main/docs) for more details. + +Built with ❤ +Copyright [@Susmita-Dey](https://github.com/Susmita-Dey). All rights reserved. \ No newline at end of file diff --git a/package/package.json b/package/package.json index 2a2d2a5..96aa4bb 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "all-round-calculator", - "version": "1.1.0", + "version": "1.1.1", "description": "All types of calculator in one library", "main": "index.js", "type": "module", @@ -13,10 +13,10 @@ }, "keywords": [ "calculator", - "module", - "arithmetic calculator", - "currency converter", - "all-types-calculator" + "module", + "arithmetic calculator", + "currency converter", + "all-types-calculator" ], "author": "Susmita Dey", "license": "MIT",