From 5d353980fbf5be2a60d71dea2ec0a5f70c8edffb Mon Sep 17 00:00:00 2001 From: Trevor Burnham Date: Tue, 19 Apr 2016 17:29:58 -0400 Subject: [PATCH] Add myself to maintainers list --- bower.json | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index bb2c0cff..d5dad4fd 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,8 @@ "Adam Schwartz " ], "maintainers": [ - "Nicholas Hwang " + "Nicholas Hwang ", + "Trevor Burnham " ], "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.", "keywords": [ diff --git a/package.json b/package.json index 4f66487e..aa1d3bb2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "Adam Schwartz " ], "maintainers": [ - "Nicholas Hwang " + "Nicholas Hwang ", + "Trevor Burnham " ], "scripts": { "reinstall": "del node_modules && npm install",