From d51926585fe9a5aeebd3a79559a42706c95e0f47 Mon Sep 17 00:00:00 2001 From: butlerx Date: Mon, 14 Aug 2017 19:30:18 +0100 Subject: [PATCH] update version --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1adb75b..ffb845c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wetty.js", - "version": "0.3.0", + "version": "0.4.0", "dependencies": { "@std/esm": "^0.2.2", "express": "^4.15.3", @@ -38,7 +38,10 @@ "gulp-minify": "^1.0.0", "gulp-shell": "^0.6.3" }, - "pre-commit": ["fix", "commit"], + "pre-commit": [ + "fix", + "commit" + ], "description": "Wetty = Web + tty. Terminal access in browser over http/https ", "repository": { "type": "git", @@ -59,7 +62,10 @@ "esm": "js", "cjs": "true" }, - "files": ["bin", "public"], + "files": [ + "bin", + "public" + ], "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix",