From 398bc43656cb69a69af707d5416683b43b4833ad Mon Sep 17 00:00:00 2001 From: Mahmut Surekci Date: Mon, 18 Dec 2017 12:48:30 +0000 Subject: [PATCH] Add MIT license to proposal-unicode-property-regex (#7047) --- .../babel-plugin-proposal-unicode-property-regex/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/babel-plugin-proposal-unicode-property-regex/package.json b/packages/babel-plugin-proposal-unicode-property-regex/package.json index 0776f2e397..2136f2d5ed 100644 --- a/packages/babel-plugin-proposal-unicode-property-regex/package.json +++ b/packages/babel-plugin-proposal-unicode-property-regex/package.json @@ -3,6 +3,7 @@ "version": "7.0.0-beta.35", "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "homepage": "https://babeljs.io/", + "license": "MIT", "main": "lib/index.js", "engines": { "node": ">=4"