Skip to content

Commit afdbd85

Browse files
committed
feat(stringifier): ship npm module with built bundle for browsers
1 parent c677312 commit afdbd85

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ var stringify = require('stringifier').stringify;
6363
console.log(stringify(anyVar));
6464
```
6565

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+
6673
### via bower
6774

6875
Install

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"README.md",
3535
"index.js",
3636
"strategies.js",
37+
"build/stringifier.js",
3738
"package.json",
3839
"test"
3940
],

0 commit comments

Comments
 (0)