typedoc-material-theme
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.3](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.0.2...v1.0.3) (2024-06-20) | ||
## [1.0.2](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.0.1...v1.0.2) (2024-01-04) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "typedoc-material-theme", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A TypeDoc theme based on Material 3.", | ||
@@ -32,3 +32,8 @@ "keywords": [ | ||
"type": "module", | ||
"exports": "./lib/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"default": "./lib/index.js" | ||
} | ||
}, | ||
"main": "lib/index.js", | ||
@@ -47,5 +52,5 @@ "types": "types/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
"@types/node": "^20.14.6", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.5.2" | ||
}, | ||
@@ -61,4 +66,5 @@ "peerDependencies": { | ||
"files": "src/**/*.tsx", | ||
"lint": false | ||
"lint": false, | ||
"updateVersions": false | ||
} | ||
} |
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
20815