Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dtsearch", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Search for npm packages with types, either on Definitely Typed or bundled.", | ||
"main": "bin/index.js", | ||
"main": "dist/index.js", | ||
"author": "Dan Vanderkam (danvdk@gmail.com)", | ||
"license": "MIT", | ||
"bin": { | ||
"dtsearch": "./bin/index.js" | ||
"dtsearch": "./bin/dtsearch" | ||
}, | ||
@@ -11,0 +11,0 @@ "devDependencies": { |
@@ -64,3 +64,3 @@ import {decode} from 'he'; | ||
format: ({types}) => types.ts === 'included' ? '<inc>' : (types.ts === 'definitely-typed' ? 'dt' : ''), | ||
importance: 90, | ||
importance: 80, | ||
mutexGroup: 'types', | ||
@@ -72,3 +72,3 @@ }, | ||
maxWidth: 40, | ||
importance: 23, | ||
importance: 25, | ||
mutexGroup: 'desc', | ||
@@ -80,3 +80,3 @@ }, | ||
maxWidth: 60, | ||
importance: 24, | ||
importance: 30, | ||
mutexGroup: 'desc', | ||
@@ -87,3 +87,3 @@ }, | ||
format: h => decode(h.description || ''), | ||
importance: 25, | ||
importance: 35, | ||
mutexGroup: 'desc', | ||
@@ -90,0 +90,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
25818
10
604