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

Commit 750fda0

Browse files
committed
spec update
1 parent 14f96ce commit 750fda0

9 files changed

Lines changed: 1101 additions & 806 deletions

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
55
meta: {
66
banner: '/*\n * <%= pkg.name %> v<%= pkg.version %>\n' +
77
'<%= pkg.homepage ? " * " + pkg.homepage + "\\n" : "" %>' +
8-
' * Implemented to the 2013-12-02 ES6 module specification draft\n' +
8+
' * Implemented to the Jan 20 2014 ES6 specification draft rev 22\n' +
99
' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
1010
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %>\n */'
1111
},

0 commit comments

Comments
 (0)