prettier-plugin-angular
Advanced tools
+12
-4
| { | ||
| "name": "prettier-plugin-angular", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Prettier plugin for Angular HTML attribute alignment and sorting", | ||
@@ -15,3 +15,5 @@ "main": "./dist/index.cjs", | ||
| }, | ||
| "files": ["dist"], | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "scripts": { | ||
@@ -25,3 +27,3 @@ "build": "tsup", | ||
| "dependencies": { | ||
| "angular-html-parser": "^5.2.0" | ||
| "angular-html-parser": "^10.4.0" | ||
| }, | ||
@@ -39,4 +41,10 @@ "peerDependencies": { | ||
| }, | ||
| "keywords": ["prettier", "prettier-plugin", "angular", "html", "formatter"], | ||
| "keywords": [ | ||
| "prettier", | ||
| "prettier-plugin", | ||
| "angular", | ||
| "html", | ||
| "formatter" | ||
| ], | ||
| "license": "MIT" | ||
| } |
32259
0.13%+ Added
- Removed
- Removed
Updated