Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit cb1f9f7

Browse files
committed
update traceur version
1 parent c82590f commit cb1f9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function (grunt) {
4141
},
4242
traceur: {
4343
options: {
44-
banner: '/*\n Traceur Compiler 0.0.9 - https://github.com/google/traceur-compiler \n*/\n'
44+
banner: '/*\n Traceur Compiler 0.0.25 - https://github.com/google/traceur-compiler \n*/\n'
4545
},
4646
src: 'lib/traceur.js',
4747
dest: 'dist/traceur.js'

0 commit comments

Comments
 (0)