aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-09-12 15:10:12 -0500
committerGitHub <noreply@github.com>2018-09-12 15:10:12 -0500
commit5caf25a6de253a45897f859da3efd3830a69de06 (patch)
tree1835b49643306a1a95269164137ac840a0107dd4 /package.json
parent1ebb0798740195733dcd9f0e32f7da31d3f01f8c (diff)
parent559ff78cdf43bce9365f545b8eb38bc2bab0fcb8 (diff)
Merge pull request #3 from AttorneyOnline/2.3
2.3
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 711e7cf..1ff0779 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,9 @@
{
"name": "webao",
- "version": "2.1.1",
+ "version": "2.3.0",
"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"