Skip to content

Commit edf29f4

Browse files
committed
Mention dependencies in README
1 parent aa6e1cf commit edf29f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,8 @@ process(styleObject, matchObject);
142142
}
143143
}
144144
```
145+
146+
## Dependencies
147+
148+
- [deepmerge](https://github.com/KyleAMathews/deepmerge) - A library for deep (recursive) merging of Javascript objects (UMD bundle is 567B minified+gzipped)
149+
- [micro-memoize](https://github.com/planttheidea/micro-memoize) - A tiny, crazy fast memoization library for the 95% use-case

0 commit comments

Comments
 (0)