Skip to content

Commit 5db0df1

Browse files
committed
Attempt to fix prop type reference
1 parent 27c8f2f commit 5db0df1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"android"
2727
],
2828
"author": "Jack Hsu",
29-
"license": "ISC"
29+
"license": "ISC",
30+
"dependencies": {
31+
"prop-types": "^15.6.0"
32+
}
3033
}

0 commit comments

Comments
 (0)