string-mangle
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "string-mangle", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "How to stringify an object or array", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -62,4 +62,4 @@ ## Install | ||
``` | ||
If you just want to return an string object without required call, please use `stringify` instead! | ||
4331