Skip to content

Commit

Permalink
新增es模块
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Aug 29, 2021
1 parent 4963dcc commit ab1800b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2021.08.29 v2.1.0 更新日志

1. 新增构建es模块

# 2021.08.28 v2.0.1 更新日志

1. 修复几个问题
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "js-cool",
"version": "2.0.1",
"version": "2.1.0",
"description": "一些常用的JS方法,支持按需引入",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"es": "es",
"lib": "lib",
"src": "src"
},
"files": [
"es",
"lib",
"typings"
],
Expand Down

0 comments on commit ab1800b

Please sign in to comment.