Skip to content

Commit cbd8114

Browse files
Gitignore + setting info about repository
1 parent b1e6c48 commit cbd8114

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
yarn.lock
3+
package-lock.json
4+
5+
# MAC generated files
6+
**/.DS_Store

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66
"author": "viktor-maksimov <viktor.slavov.maksimov@gmail.com>",
77
"license": "MIT",
88
"private": false,
9-
"keywords": ["array", "object", "unique"]
9+
"keywords": ["array", "object", "unique"],
10+
"homepage": "https://github.com/viktor-maksimov/array-of-objects",
11+
"bugs": "https://github.com/viktor-maksimov/array-of-objects/issues",
12+
"repository": {
13+
"url": "https://github.com/viktor-maksimov/array-of-objects",
14+
"type": "git"
15+
}
1016
}

0 commit comments

Comments
 (0)