necessary 11.8.3 → 11.8.4

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -193,6 +193,8 @@ A `getPackageJSON()` function for retrieving the contents of the `package.json`
193
193
  const version = getVersion(); // Returns the package version.
194
194
  ```
195
195
 
196
+ From here the package's JSON can be destructured to recover specific entries not covered by the above helper functions.
197
+
196
198
  * The `getPackageJSON()` function returns the contents of `pakcage.json` file in JSON form.
197
199
 
198
200
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "necessary",
3
3
  "author": "James Smith",
4
- "version": "11.8.3",
4
+ "version": "11.8.4",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/necessary",
7
7
  "description": "A collection of utility functions.",