Parcourir la source

Description of module: BABEL

Arno Roldao Junior il y a 8 ans
Parent
commit
5297b27e51
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      grunt-tasks/babel.js

+ 1 - 0
grunt-tasks/babel.js

@@ -1,3 +1,4 @@
+// Compile ECMA6 to ECMA5
 'use strict';
 
 module.exports = function (grunt) {