@ptolemy2002/js-math-utils 1.0.0 → 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptolemy2002/js-math-utils",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "index.js"
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/Ptolemy2002/js-math-utils",
25
25
  "directory": "lib"
26
26
  },
27
- "description": "Example of a React library",
27
+ "description": "JavaScript math utilities",
28
28
  "license": "ISC",
29
29
  "peerDependencies": {
30
30
  "@ptolemy2002/js-utils": "^1.0.1"