@lskjs/tty
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.10
{ | ||
"name": "@lskjs/tty", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0-alpha.10", | ||
"description": "LSK.js – tty – TTY detection for Node.js and browser", | ||
@@ -10,4 +10,3 @@ "author": "Igor Suvorov <hi@isuvorov.com>", | ||
"release": " lsk run release", | ||
"test": " echo skip", | ||
"test:watch": " lsk run test:watch" | ||
"test": " echo skip" | ||
}, | ||
@@ -25,8 +24,8 @@ "dependencies": { | ||
".": { | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"browser": "./lib/client.js", | ||
"default": "./lib/index.js", | ||
"node": "./lib/server.js", | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs", | ||
"node": "./lib/server.js", | ||
"types": "./lib/index.d.ts" | ||
"default": "./lib/index.js" | ||
} | ||
@@ -54,3 +53,3 @@ }, | ||
], | ||
"gitHead": "5f9efd957da88f515074b7c05111d711d3128b0f" | ||
"gitHead": "7a41ea3b5002b384dfe95b5fe4f1fbb104a0c145" | ||
} |
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
84117