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 ae1064e commit e79d277Copy full SHA for e79d277
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v4.13.2
4
+
5
+1. 修复 npm 包 index.d.ts 丢失的问题
6
7
## v4.13.1
8
9
1. 修复在某些情况 runtime 提示 window 未定义的问题 [#553](https://github.com/aui/art-template/issues/553)
package.json
@@ -3,7 +3,7 @@
"typings": "index.d.ts",
"description": "JavaScript Template Engine",
"homepage": "http://aui.github.com/art-template/",
- "version": "4.13.1",
+ "version": "4.13.2",
"keywords": [
"template"
],
@@ -22,7 +22,8 @@
22
},
23
"main": "index.js",
24
"files": [
25
- "lib/"
+ "lib/",
26
+ "index.d.ts"
27
28
"engines": {
29
"node": ">= 1.0.0"
0 commit comments