Skip to content

Commit 642f7b5

Browse files
committed
fixing build to exclude prop-types
1 parent 45d31c4 commit 642f7b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var COMPONENT_NAME = 'Hammer';
2626

2727
var DEPENDENCIES = [
2828
'hammerjs',
29+
'prop-types',
2930
'react',
3031
'react-dom',
3132
];

0 commit comments

Comments
 (0)