You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff 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.
0 commit comments