Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
anoopmb
/
charts
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
18
Wiki
Attività
Sfoglia il codice sorgente
chore: bump to 1.5.0
tags/v1.5.0
Shivam Mishra
5 anni fa
parent
a35c765858
commit
40a7214b2e
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
package.json
+1
-1
src/js/index.js
+ 1
- 1
package.json
Vedi 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
Vedi 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);
Scrivi
Anteprima
Caricamento…
Annulla
Salva