We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806d98f commit c20e330Copy full SHA for c20e330
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "1ia",
+ "name": "oneArray",
3
"version": "1.0.0",
4
"description": "1 indexed arrays. Don't kill me this wasn't my idea",
5
"main": "index.js",
@@ -8,15 +8,15 @@
8
},
9
"repository": {
10
"type": "git",
11
- "url": "git+https://github.com/fyleto/1ia.git"
+ "url": "git+https://github.com/fyleto/oneArray.git"
12
13
"keywords": [
14
"array"
15
],
16
"author": "YetNT",
17
"license": "MIT",
18
"bugs": {
19
- "url": "https://github.com/fyleto/1ia/issues"
+ "url": "https://github.com/fyleto/oneArray/issues"
20
21
- "homepage": "https://github.com/fyleto/1ia#readme"
+ "homepage": "https://github.com/fyleto/oneArray#readme"
22
}
0 commit comments