This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
charts
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
18
Wiki
Activity
瀏覽代碼
chore: bump to 1.4.0
tags/v1.4.0
Shivam Mishra
5 年之前
父節點
1834ff71bd
當前提交
0633e407f3
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-1
src/js/index.js
+ 1
- 1
package.json
查看文件
@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.
3.2
",
"version": "1.
4.0
",
"description": "https://frappe.github.io/charts",
"main": "dist/frappe-charts.min.cjs.js",
"module": "dist/frappe-charts.min.esm.js",
+ 1
- 1
src/js/index.js
查看文件
@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.
3.2
';
frappe.VERSION = '1.
4.0
';
frappe = Object.assign({ }, frappe, Charts);
Write
Preview
Loading…
取消
儲存