@ptolemy2002/js-math-utils 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,6 +40,10 @@ Number - The wrapped value.
|
|
|
40
40
|
This is a React Library Created by Ptolemy2002's [cra-template-react-library](https://www.npmjs.com/package/@ptolemy2002/cra-template-react-library) template in combination with [create-react-app](https://www.npmjs.com/package/create-react-app). It contains methods of building and publishing your library to npm.
|
|
41
41
|
For now, the library makes use of React 18 and does not use TypeScript.
|
|
42
42
|
|
|
43
|
+
## Peer Dependencies
|
|
44
|
+
These should be installed in order to use the library, as npm does not automatically add peer dependencies to your project.
|
|
45
|
+
- @ptolemy2002/js-utils: ^1.0.1
|
|
46
|
+
|
|
43
47
|
## Commands
|
|
44
48
|
The following commands exist in the project:
|
|
45
49
|
|