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

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

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 <dfreedm@google.com>
45
Boris Smus <boris@smus.com>
56
Yvonne Yip <ykyyip@google.com>
@@ -23,3 +24,6 @@ Stefan Neubert <dev@steditor.net>
2324
Jörn Zaefferer <joern.zaefferer@gmail.com>
2425
Marius Stefan Bethge <marius.bethge@gmail.com>
2526
Rob Larsen <rob@htmlcssjavascript.com>
27+
Alexander Schmitz <arschmitz@gmail.com>
28+
Robert Tuttle <robert.tuttle@frogdesign.com>
29+
Brenton Simpson <appsforartists@google.com>

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)