Skip to content

Commit e341e6b

Browse files
committed
Add initital package
1 parent a183f36 commit e341e6b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "deep-object-diff",
3+
"version": "0.0.1",
4+
"description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.",
5+
"author": "Matt Phillips",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/mattphillips/deep-object-diff.git"
9+
},
10+
"keywords": [
11+
"diff",
12+
"object",
13+
"deep",
14+
"difference"
15+
],
16+
"bugs": {
17+
"url": "https://github.com/mattphillips/deep-object-diff/issues"
18+
},
19+
"homepage": "https://github.com/mattphillips/deep-object-diff#readme"
20+
}

0 commit comments

Comments
 (0)