Skip to content

Commit

Permalink
Merge pull request #11 from Susmita-Dey/master
Browse files Browse the repository at this point in the history
Minor Changes
  • Loading branch information
Susmita-Dey authored Jun 4, 2022
2 parents 29f331a + 810b91f commit 24b5ec0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
10 changes: 5 additions & 5 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 24b5ec0

Please sign in to comment.