Skip to content

Commit c6f8577

Browse files
committed
发布 0.1.4:修复 <script> 下引入的全局名称问题
1 parent 421ec46 commit c6f8577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json5-to-table",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "JSON 数据转化为表格的工具,支持深层嵌套数据,支持模式定义",
55
"main": "dist/bundle.js",
66
"bin": {

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
filename: 'bundle.js',
88
path: path.resolve(__dirname, 'dist'),
99
library:{
10-
name: "jsonToTable",
10+
name: "JSON5_TO_TABLE",
1111
type: "umd"
1212
},
1313
globalObject: 'this'

0 commit comments

Comments
 (0)