Skip to content

Commit 54e787f

Browse files
committed
init: Add object-hash
1 parent 7cae8ee commit 54e787f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@
3737
"jest": "^20.0.4",
3838
"lint-staged": "^4.0.3",
3939
"prettier": "^1.5.3"
40+
},
41+
"dependencies": {
42+
"object-hash": "^1.1.8"
4043
}
4144
}

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,6 +1923,10 @@ object-assign@^4.0.1, object-assign@^4.1.0:
19231923
version "4.1.1"
19241924
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
19251925

1926+
object-hash@^1.1.8:
1927+
version "1.1.8"
1928+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.1.8.tgz#28a659cf987d96a4dabe7860289f3b5326c4a03c"
1929+
19261930
object.omit@^2.0.0:
19271931
version "2.0.1"
19281932
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"

0 commit comments

Comments
 (0)