typescript-config-silverwind
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "typescript-config-silverwind", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Typescript configuration", | ||
@@ -9,14 +9,14 @@ "author": "silverwind <me@silverwind.io>", | ||
"type": "module", | ||
"main": "./tsconfig.json", | ||
"exports": "./tsconfig.json", | ||
"main": "./index.json", | ||
"exports": "./index.json", | ||
"files": [ | ||
"./tsconfig.json" | ||
"./index.json" | ||
], | ||
"devDependencies": { | ||
"eslint-config-silverwind": "80.0.2", | ||
"eslint-config-silverwind-typescript": "2.1.8", | ||
"eslint-config-silverwind": "80.0.5", | ||
"eslint-config-silverwind-typescript": "3.1.1", | ||
"typescript": "5.3.3", | ||
"updates": "15.1.1", | ||
"versions": "12.0.0" | ||
"updates": "15.1.2", | ||
"versions": "12.0.1" | ||
} | ||
} |
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
1891