Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 422ca6c

Browse files
appsforartistsscottgonzalez
authored andcommitted
Build: Update AUTHORS.txt
Ref gh-313
1 parent 00f2e8f commit 422ca6c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

AUTHORS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Authors ordered by first contribution
22

3+
Google, Inc.
34
Daniel Freedman <[email protected]>
45
Boris Smus <[email protected]>
56
Yvonne Yip <[email protected]>
@@ -23,3 +24,6 @@ Stefan Neubert <[email protected]>
2324
Jörn Zaefferer <[email protected]>
2425
Marius Stefan Bethge <[email protected]>
2526
Rob Larsen <[email protected]>
27+
Alexander Schmitz <[email protected]>
28+
Robert Tuttle <[email protected]>
29+
Brenton Simpson <[email protected]>

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ module.exports = function(grunt) {
3131
var allFiles = srcFiles.concat(buildFiles).concat(testFiles);
3232

3333
grunt.initConfig({
34+
authors: {
35+
prior: [
36+
'Google, Inc.'
37+
]
38+
},
3439
uglify: {
3540
pointerevents: {
3641
options: {

0 commit comments

Comments
 (0)