From 181e9b3ef014950b6a063665f621e1afcdb0e72e Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 26 Jan 2016 11:42:45 -0800 Subject: [PATCH] 1.6.0-0 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0d2c591e6..ae84451e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.5.10", + "version": "1.6.0-0", "description": "jsbeautifier.org for node", "main": "js/index.js", "bin": { @@ -12,8 +12,7 @@ "lib": "js/lib", "test": "js/test" }, - "scripts": { - }, + "scripts": {}, "bugs": "https://github.com/beautify-web/js-beautify/issues", "homepage": "http://jsbeautifier.org/", "repository": {