js-utils-core 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "js-utils-core",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A lightweight collection of reusable JavaScript utility functions designed to simplify everyday development tasks and promote clean, consistent code.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/Manasa2903/js-utils-core"
8
+ },
5
9
  "main": "index.js",
6
10
  "scripts": {
7
11
  "test": "echo \"Error: no test specified\" && exit 1"