decaffeinate: update build scripts to es

This commit is contained in:
mserranom
2020-02-19 12:10:00 +01:00
parent be28b9f6f9
commit 725074c09d
9 changed files with 102 additions and 23 deletions

View File

@@ -10,10 +10,9 @@
},
"watch": [
"app/coffee/",
"app.coffee",
"app/js/",
"app.js",
"config/"
],
"ext": "coffee"
"ext": "js"
}