Skip to content

Commit e79d277

Browse files
committed
fix: index.d.ts
1 parent ae1064e commit e79d277

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v4.13.2
4+
5+
1. 修复 npm 包 index.d.ts 丢失的问题
6+
37
## v4.13.1
48

59
1. 修复在某些情况 runtime 提示 window 未定义的问题 [#553](https://github.com/aui/art-template/issues/553)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"typings": "index.d.ts",
44
"description": "JavaScript Template Engine",
55
"homepage": "http://aui.github.com/art-template/",
6-
"version": "4.13.1",
6+
"version": "4.13.2",
77
"keywords": [
88
"template"
99
],
@@ -22,7 +22,8 @@
2222
},
2323
"main": "index.js",
2424
"files": [
25-
"lib/"
25+
"lib/",
26+
"index.d.ts"
2627
],
2728
"engines": {
2829
"node": ">= 1.0.0"

0 commit comments

Comments
 (0)