Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "ts-poet", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "code generation DSL for TypeScript", | ||
@@ -12,3 +12,3 @@ "main": "build/index.js", | ||
"lint": "yarn tslint --project .", | ||
"format": "prettier --write 'src/**/*.{ts,tsx}'" | ||
"format": "prettier --write './src/**/(*.ts|*.tsx|*.html|*.css)'" | ||
}, | ||
@@ -15,0 +15,0 @@ "repository": { |
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
86891