@monteway/prettier
Advanced tools
Comparing version 0.0.40-rc.1 to 0.0.40-rc.2
{ | ||
"name": "@monteway/prettier", | ||
"version": "0.0.40-rc.1", | ||
"version": "0.0.40-rc.2", | ||
"description": "Basic Prettier config for Monterail projects", | ||
@@ -16,3 +16,5 @@ "license": "MIT", | ||
}, | ||
"type": "commonjs", | ||
"exports": { | ||
"./config": "./dist/config.js" | ||
}, | ||
"engines": { | ||
@@ -23,3 +25,3 @@ "node": "^16.16", | ||
"scripts": { | ||
"build": "node ../../scripts/build-ts.mjs cjs", | ||
"build": "rimraf dist && tsc", | ||
"lint": "eslint --fix --ext .ts,.js,.cjs,.mjs .", | ||
@@ -31,5 +33,3 @@ "npm-pack": "npm pack", | ||
"files": [ | ||
"config.d.ts", | ||
"config.js", | ||
"dist", | ||
"dist/**/*", | ||
"package.json", | ||
@@ -48,5 +48,12 @@ "readme.md" | ||
"devDependencies": { | ||
"@monteway/eslint": "^0.0.40-rc.1", | ||
"@monteway/typescript": "^0.0.40-rc.1" | ||
"@monteway/eslint": "^0.0.40-rc.2", | ||
"@monteway/typescript": "^0.0.40-rc.2" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"config": [ | ||
"./dist/config.d.ts" | ||
] | ||
} | ||
} | ||
} |
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
1832
4
12