flex-json 0.0.1 → 0.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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -167,12 +167,12 @@ __Note__ that {number:"2"} is not the same as {number:2} because FlexJson will s
167
167
 
168
168
  If you like this project, You can support us with starring ⭐ this repository or donate to [uO.heartofkenya.com](https://u0.heartofkenya.com/).
169
169
 
170
- ### License
170
+ ### Acknowledgements
171
171
 
172
- [MIT](LICENSE.txt)
172
+ Special thanks to [u0.heartofKenya.com](https://u0.heartofkenya.com/) and [ebiashararahisi](https://ebiashararahisi.com/) for their work in Machakos, Kenya.
173
173
 
174
- Made with 💙
174
+ ### License
175
175
 
176
- ### Acknowledgements
176
+ [MIT](LICENSE.txt)
177
177
 
178
- Special thanks to [u0.heartofKenya.com](https://u0.heartofkenya.com/) and [ebiashararahisi](https://ebiashararahisi.com/) for their work in Machakos, Kenya.
178
+ Made with 💙
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flex-json",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "This is a library that makes each 'Node' in the JSON Object/Array a JSON Object with a Key/Value pair.",
5
5
  "main": "FlexJsonClass.js",
6
6
  "authors": "[michael njuguna michaelnjuguna184@gmail.com, ted tyree tedtyree@gmail.com]",