Implemented babel transpiler for ES6

This commit is contained in:
AlexKvazos
2015-04-30 15:41:26 -05:00
parent 413b72abf1
commit c5dccbdb67
3 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -2,8 +2,9 @@
"name": "Chat",
"version": "1.0.0",
"description": "Minecraft chat client",
"main": "app/server",
"main": "bin/start",
"dependencies": {
"babel": "^5.1.13",
"debug": "^2.1.3",
"dotenv": "^1.1.0",
"express": "^4.12.3",
@@ -20,7 +21,7 @@
"devDependencies": {},
"scripts": {
"test": "grunt eslint",
"start": "node app/server"
"start": "node bin/start"
},
"repository": {
"type": "git",