Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "json-to-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -12,1 +12,8 @@ # json-to-js | ||
--spaces=2 Provide the indentation in spaces | ||
### Usefulnesses | ||
Ever copied JSON just to reindent and format it to JS? Add this command as an | ||
alias to your `.bashrc`/whatever you use for that stuff: | ||
pbpaste | json-to-js | pbcopy |
3741
19