Skip to content

Commit 639b41d

Browse files
committed
fix: should ship with types
1 parent c1f474c commit 639b41d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/mighty-ravens-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'angular-eslint-template-parser': patch
3+
---
4+
5+
fix: should ship with types

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "angular-eslint-template-parser",
33
"version": "0.1.2",
4+
"type": "commonjs",
45
"repository": "git+https://github.com/un-ts/angular-eslint-template-parser.git",
56
"author": "JounQin <admin@1stg.me>",
67
"license": "MIT",
@@ -14,9 +15,8 @@
1415
"scripts": {
1516
"build": "tsc -p jsconfig.json",
1617
"lint": "eslint --cache .",
17-
"prepack": "clean-pkg-json",
18+
"prepack": "yarn build && clean-pkg-json",
1819
"prepare": "simple-git-hooks || exit 0",
19-
"prerelease": "yarn build",
2020
"release": "changeset publish"
2121
},
2222
"peerDependencies": {

0 commit comments

Comments
 (0)