From bf79fb0298d547ed68ebd118b373cb04fa9d3c99 Mon Sep 17 00:00:00 2001 From: Andrew Jorgensen Date: Wed, 12 May 2021 08:05:02 -0700 Subject: [PATCH] package: Add license Adding license metadata to package.json so that tools that reason about licenses will know what to do with this one. "MIT" is pulled from `Readme.md`. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c96d6e1..57142a3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "component-raf", "description": "request animation frame", "version": "1.2.0", + "license": "MIT", "keywords": [ "animate", "requestAnimationFrame",