Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "servitsy", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
"description": "Local HTTP server for static files. Small.", | ||
"keywords": [ | ||
@@ -33,2 +35,3 @@ "cli", | ||
"./lib", | ||
"./LICENSE", | ||
"./README.md" | ||
@@ -47,9 +50,3 @@ ], | ||
"typescript": "~5.6.2" | ||
}, | ||
"prettier": { | ||
"endOfLine": "lf", | ||
"printWidth": 100, | ||
"singleQuote": true, | ||
"useTabs": true | ||
} | ||
} |
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
85859