Skip to content

Commit 5f7b860

Browse files
Changed package name.
1 parent 276431c commit 5f7b860

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package.json
1010
```
1111
{
1212
"dependencies": {
13-
"viktor-maksimov/array-of-objects": "latest"
13+
"viktor-maksimov/array-of-objects-functions": "latest"
1414
}
1515
}
1616
```

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "array-of-objects",
2+
"name": "array-of-objects-functions",
33
"version": "0.1.0",
44
"description": "Useful functions to use with array of objects.",
55
"main": "lib/array-of-objects.js",
6-
"repository": "git@github.com:viktor-maksimov/array-of-objects.git",
6+
"repository": "git@github.com:viktor-maksimov/array-of-objects-functions.git",
77
"author": "viktor-maksimov <viktor.slavov.maksimov@gmail.com>",
88
"license": "MIT",
99
"private": false,
@@ -12,8 +12,8 @@
1212
"object",
1313
"unique"
1414
],
15-
"homepage": "https://github.com/viktor-maksimov/array-of-objects",
16-
"bugs": "https://github.com/viktor-maksimov/array-of-objects/issues",
15+
"homepage": "https://github.com/viktor-maksimov/array-of-objects-functions",
16+
"bugs": "https://github.com/viktor-maksimov/array-of-objects-functions/issues",
1717
"contributors": [
1818
"Andras Serfozo <subztep@gmail.com>"
1919
],
@@ -48,8 +48,8 @@
4848
"eslint-plugin-promise": "^4.2.1",
4949
"eslint-plugin-standard": "^4.0.1",
5050
"jest": "^24.9.0",
51+
"prettier": "^1.18.2",
5152
"ts-jest": "^24.0.2",
52-
"typescript": "^3.6.2",
53-
"prettier": "^1.18.2"
53+
"typescript": "^3.6.2"
5454
}
5555
}

0 commit comments

Comments
 (0)