This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
charts
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
18
Wiki
Activity
瀏覽代碼
chore: bump to rc19
pull/347/head
Shivam Mishra
4 年之前
committed by
GitHub
父節點
a765508bbd
當前提交
c18c076adc
共有
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": "2.0.0-rc1
8
",
"version": "2.0.0-rc1
9
",
"main": "dist/frappe-charts.esm.js",
"module": "dist/frappe-charts.esm.js",
"browser": "dist/frappe-charts.umd.js",
+ 1
- 1
src/js/index.js
查看文件
@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc1
8
';
frappe.VERSION = '2.0.0-rc1
9
';
frappe = Object.assign({ }, frappe, Charts);
Write
Preview
Loading…
取消
儲存