Skip to content

Commit

Permalink
fix: index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aui committed Nov 13, 2018
1 parent ae1064e commit e79d277
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v4.13.2

1. 修复 npm 包 index.d.ts 丢失的问题

## v4.13.1

1. 修复在某些情况 runtime 提示 window 未定义的问题 [#553](https://github.com/aui/art-template/issues/553)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand All @@ -22,7 +22,8 @@
},
"main": "index.js",
"files": [
"lib/"
"lib/",
"index.d.ts"
],
"engines": {
"node": ">= 1.0.0"
Expand Down

0 comments on commit e79d277

Please sign in to comment.