mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Be explicit about ECMAScript version of Gulpfile
If Node tries to parse the Gulpfile as the wrong version of ECMAScript it will choke. This can be stopped by explicitly telling it what version of ECMAScript to use, as suggested here: https://markgoodyear.com/2015/06/using-es6-with-gulp/ Fixes #74
This commit is contained in: