This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
chore: bump to 1.5.0
tags/v1.5.0
Shivam Mishra
5 years ago
parent
a35c765858
commit
40a7214b2e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-1
src/js/index.js
+ 1
- 1
package.json
View File
@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.
4.1
",
"version": "1.
5.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
View File
@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.
4.1
';
frappe.VERSION = '1.
5.0
';
frappe = Object.assign({ }, frappe, Charts);
Write
Preview
Loading…
Cancel
Save