aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-09-08 19:02:32 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2018-09-08 19:02:32 -0500
commit8818ba99f804b1b1845a4757d67cc32d552956e1 (patch)
tree06f1f280873d19adf989fdcc9b3c1ab61d640002 /package.json
parent077fcf719b1a9383b4170f33a77c95024d6f7188 (diff)
Continue major cleanup and style fixes
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
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"