interweave-autolink
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,7 @@ | ||
# 2.2.2 - 2019-02-17 | ||
#### 🐞 Fixed | ||
- Added missing `@babel/runtime` package. | ||
# 2.2.1 - 2019-02-10 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "interweave-autolink", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "URL, IP, email, and hashtag autolinking support for Interweave.", | ||
@@ -24,2 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.3.1", | ||
"@types/prop-types": "^15.5.6", | ||
@@ -36,3 +37,3 @@ "@types/react": "^16.8.2", | ||
}, | ||
"gitHead": "7e81d76a63ca905989a03a125d0ba898b769ca92" | ||
"gitHead": "c8c7fc7cedd284119f056dcb97b2bec04cc6af3a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55322
6
+ Added@babel/runtime@^7.3.1