circular-reference 1.0.0 → 1.0.1

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 +3 -1
package/README.md CHANGED
@@ -154,4 +154,6 @@ console.log(data);
154
154
  }
155
155
  }
156
156
  ```
157
+ ## NPM Package Link
157
158
 
159
+ https://www.npmjs.com/package/circular-reference
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circular-reference",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Tiny util to stringify and parse circular references in objects.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -18,6 +18,8 @@
18
18
  "keywords": [
19
19
  "circular",
20
20
  "reference",
21
+ "circularreference",
22
+ "circular-reference",
21
23
  "JSON",
22
24
  "stringify",
23
25
  "parse"