Skip to content

Commit

Permalink
发布 0.1.4:修复 <script> 下引入的全局名称问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yetrun committed Aug 24, 2021
1 parent 421ec46 commit c6f8577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json5-to-table",
"version": "0.1.3",
"version": "0.1.4",
"description": "JSON 数据转化为表格的工具,支持深层嵌套数据,支持模式定义",
"main": "dist/bundle.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
library:{
name: "jsonToTable",
name: "JSON5_TO_TABLE",
type: "umd"
},
globalObject: 'this'
Expand Down

0 comments on commit c6f8577

Please sign in to comment.