Skip to content

Commit 3936de2

Browse files
committed
Updated package.json
1 parent 6b218d2 commit 3936de2

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,27 @@
22
"name": "@hetarth02/js-array-helpers",
33
"version": "2.1.0",
44
"description": "Array Helper functions.",
5-
"type": "module",
65
"main": "index.js",
7-
"license": "MIT",
8-
"author": {
9-
"name": "Hetarth Shah",
10-
"url": "https://hetarth.tech/"
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
118
},
12-
"homepage": "https://github.com/Hetarth02/js-array-helpers#README",
139
"repository": {
1410
"type": "git",
15-
"url": "https://github.com/hetarth02/js-array-helpers.git"
16-
},
17-
"bugs": {
18-
"url": "https://github.com/hetarth02/js-array-helpers/issues"
11+
"url": "https://github.com/Hetarth02/js-array-helpers.git"
1912
},
2013
"keywords": [
2114
"array helpers",
2215
"js array helpers",
2316
"package",
2417
"helpers"
25-
]
18+
],
19+
"author": {
20+
"name": "Hetarth Shah",
21+
"url": "https://hetarth.tech/"
22+
},
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/Hetarth02/js-array-helpers/issues"
26+
},
27+
"homepage": "https://github.com/Hetarth02/js-array-helpers#readme"
2628
}

0 commit comments

Comments
 (0)