From 8818ba99f804b1b1845a4757d67cc32d552956e1 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 8 Sep 2018 19:02:32 -0500 Subject: Continue major cleanup and style fixes --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 711e7cf..aed873d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Web-based Attorney Online client", "main": "client.js", "scripts": { - "babel": "babel ui.js -o ui.b.js", "webpack": "webpack", "deploy": "cross-env NODE_ENV=production webpack -p", "test": "echo \"Error: no test specified\" && exit 1" -- cgit From 559ff78cdf43bce9365f545b8eb38bc2bab0fcb8 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 8 Sep 2018 21:14:12 -0500 Subject: Bump package version to 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index aed873d..1ff0779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webao", - "version": "2.1.1", + "version": "2.3.0", "description": "Web-based Attorney Online client", "main": "client.js", "scripts": { -- cgit