chore: build rc1 for v2
This commit is contained in:
parent
8101b1822e
commit
d386d21e2f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frappe-charts",
|
||||
"version": "1.5.2",
|
||||
"version": "2.0.0-rc1",
|
||||
"main": "src/js/chart.js",
|
||||
"module": "dist/frappe-charts.esm.js",
|
||||
"browser": "dist/frappe-charts.umd.js",
|
||||
|
||||
@ -3,7 +3,7 @@ import * as Charts from './chart';
|
||||
let frappe = { };
|
||||
|
||||
frappe.NAME = 'Frappe Charts';
|
||||
frappe.VERSION = '1.5.5';
|
||||
frappe.VERSION = '2.0.0-rc1';
|
||||
|
||||
frappe = Object.assign({ }, frappe, Charts);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user