Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetarth02 committed Jul 31, 2022
1 parent 6b218d2 commit 3936de2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@
"name": "@hetarth02/js-array-helpers",
"version": "2.1.0",
"description": "Array Helper functions.",
"type": "module",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Hetarth Shah",
"url": "https://hetarth.tech/"
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/Hetarth02/js-array-helpers#README",
"repository": {
"type": "git",
"url": "https://github.com/hetarth02/js-array-helpers.git"
},
"bugs": {
"url": "https://github.com/hetarth02/js-array-helpers/issues"
"url": "https://github.com/Hetarth02/js-array-helpers.git"
},
"keywords": [
"array helpers",
"js array helpers",
"package",
"helpers"
]
],
"author": {
"name": "Hetarth Shah",
"url": "https://hetarth.tech/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Hetarth02/js-array-helpers/issues"
},
"homepage": "https://github.com/Hetarth02/js-array-helpers#readme"
}

0 comments on commit 3936de2

Please sign in to comment.