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

Commit 9260971

Browse files
committed
Merge pull request #113 from guybedford/spec-update-draft-jan-20-2014
Update to the latest spec
2 parents e3998e7 + 03d8512 commit 9260971

19 files changed

+2079
-1292
lines changed

Gruntfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ 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' +
98
' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
109
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %>\n */'
1110
},
@@ -48,7 +47,6 @@ module.exports = function (grunt) {
4847
dist: {
4948
options: {
5049
banner: '<%= meta.banner %>\n'
51-
+ '/*\n * ES6 Promises shim from when.js, Copyright (c) 2010-2014 Brian Cavalier, John Hann, MIT License\n */\n'
5250
},
5351
src: 'dist/<%= pkg.name %>.js',
5452
dest: 'dist/<%= pkg.name %>.min.js'

0 commit comments

Comments
 (0)