supports-hyperlinks
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "supports-hyperlinks", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Detect if your terminal emulator supports hyperlinks", | ||
@@ -16,3 +16,5 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "xo && nyc ava" | ||
"prepublishOnly": "npm run create-types", | ||
"test": "xo && nyc ava", | ||
"create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly" | ||
}, | ||
@@ -38,2 +40,3 @@ "files": [ | ||
"nyc": "^14.1.1", | ||
"typescript": "^3.7.2", | ||
"xo": "^0.24.0" | ||
@@ -40,0 +43,0 @@ }, |
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
6661
5