Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

Commit b2bfba1

Browse files
committed
Add dependency on invariant package
1 parent 5c5cf4d commit b2bfba1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"description": "Cookie manager for react native",
55
"main": "index.js",
66
"author": "@joeferraro",
7-
"license": "MIT"
7+
"license": "MIT",
8+
"dependencies": {
9+
"invariant": "^2.1.0"
10+
}
811
}

0 commit comments

Comments
 (0)