From ead60907b6d838f2636d9a5157acc979971bc2fe Mon Sep 17 00:00:00 2001 From: iwiedenm Date: Tue, 26 May 2020 15:09:30 -0700 Subject: [PATCH] Update --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3908bd4..539a280 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@
simply-beautiful will beautify (pretty print) any web language including HTML, CSS, Javascript, and even JSON! Configure your own indent size and more!
+

+

## Simply Beautiful Works in Node AND browser environments diff --git a/package.json b/package.json index 09577cc..e3cd40e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simply-beautiful", - "version": "0.2.8", + "version": "0.2.9", "description": "Beautify HTML, JS, CSS, and JSON in the browser or in Node.js!", "main": "index.js", "scripts": {