We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f474c commit 639b41dCopy full SHA for 639b41d
.changeset/mighty-ravens-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+'angular-eslint-template-parser': patch
3
4
+
5
+fix: should ship with types
package.json
@@ -1,6 +1,7 @@
{
"name": "angular-eslint-template-parser",
"version": "0.1.2",
+ "type": "commonjs",
"repository": "git+https://github.com/un-ts/angular-eslint-template-parser.git",
6
"author": "JounQin <admin@1stg.me>",
7
"license": "MIT",
@@ -14,9 +15,8 @@
14
15
"scripts": {
16
"build": "tsc -p jsconfig.json",
17
"lint": "eslint --cache .",
- "prepack": "clean-pkg-json",
18
+ "prepack": "yarn build && clean-pkg-json",
19
"prepare": "simple-git-hooks || exit 0",
- "prerelease": "yarn build",
20
"release": "changeset publish"
21
},
22
"peerDependencies": {
0 commit comments