@monteway/prettier
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "@monteway/prettier", | ||
"version": "0.0.24", | ||
"main": "src/config.js", | ||
"version": "0.0.25", | ||
"type": "commonjs", | ||
"scripts": { | ||
"build": "tsc", | ||
"lint": "eslint --ignore-path .gitignore --fix .", | ||
"build": "node ../../scripts/build-ts.mjs cjs", | ||
"lint": "eslint --fix .", | ||
"npm-publish": "node ../../scripts/publish.mjs" | ||
}, | ||
"files": [ | ||
"config.d.ts", | ||
"config.js", | ||
"dist", | ||
"package.json", | ||
"readme.md" | ||
], | ||
"peerDependencies": { | ||
@@ -17,2 +23,2 @@ "prettier": "*" | ||
} | ||
} | ||
} |
1112
6
14