@monteway/prettier
Advanced tools
Comparing version 0.0.33 to 0.0.34
{ | ||
"name": "@monteway/prettier", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"type": "commonjs", | ||
"scripts": { | ||
"build": "node ../../scripts/build-ts.mjs cjs", | ||
"lint": "eslint --fix .", | ||
"lint": "eslint --fix --ext .ts,.js,.cjs,.mjs .", | ||
"npm-pack": "npm pack", | ||
@@ -23,5 +23,5 @@ "npm-publish": "node ../../scripts/publish.mjs", | ||
"devDependencies": { | ||
"@monteway/eslint": "^0.0.33", | ||
"@monteway/typescript": "^0.0.33" | ||
"@monteway/eslint": "^0.0.34", | ||
"@monteway/typescript": "^0.0.34" | ||
} | ||
} |
1238