Skip to content

Commit 4c84bdd

Browse files
committed
Chore: Update README.md
1 parent d2eaab6 commit 4c84bdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Fork notes:
2+
3+
1. Needed to update `package.json` to include `"main": "dist/react-tooltip.cjs",' so that it can be consumed by `shadow-cljs`. `shadow-cljs` does not yet support `"exports"`.
4+
2. Needed to remove some devDependencies so that it could be installed with node v16.1.0.
5+
3. Needed to remove `"prepare": "husky install",` so that it could be installed with node v16.1.0.
6+
3. Published using `gitpkg publish`
7+
8+
19
# react-tooltip
210

311
[![Version](http://img.shields.io/npm/v/react-tooltip.svg)](https://www.npmjs.org/package/react-tooltip)

0 commit comments

Comments
 (0)