From 113d1f7c6a2ce39f63943e3a041cb3a098416a85 Mon Sep 17 00:00:00 2001 From: Luke Evers Date: Tue, 30 Jun 2015 16:36:12 -0400 Subject: [PATCH] Adding myself to bower.json authors --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 29e7793..f6f512d 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,8 @@ "name": "contain-element", "description": "A JavaScript plugin to contain an element within its parent element", "authors": [ - "Kevin MacMartin" + "Kevin MacMartin", + "Luke Evers" ], "license": "MIT", "main": "./contain-element.min.js",