We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c677312 commit afdbd85Copy full SHA for afdbd85
README.md
@@ -63,6 +63,13 @@ var stringify = require('stringifier').stringify;
63
console.log(stringify(anyVar));
64
```
65
66
+#### use stringifier npm module on browser
67
+
68
+`stringifier` function is exported
69
70
+ <script type="text/javascript" src="./path/to/node_modules/stringifier/build/stringifier.js"></script>
71
72
73
### via bower
74
75
Install
package.json
@@ -34,6 +34,7 @@
34
"README.md",
35
"index.js",
36
"strategies.js",
37
+ "build/stringifier.js",
38
"package.json",
39
"test"
40
],
0 commit comments