Parcourir la source

chore: build rc3

pull/347/head
Shivam Mishra il y a 4 ans
Parent
révision
583d82a96e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json Voir le fichier

@@ -1,6 +1,6 @@
{ {
"name": "frappe-charts", "name": "frappe-charts",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"main": "src/js/chart.js", "main": "src/js/chart.js",
"module": "dist/frappe-charts.esm.js", "module": "dist/frappe-charts.esm.js",
"browser": "dist/frappe-charts.umd.js", "browser": "dist/frappe-charts.umd.js",


+ 1
- 1
src/js/index.js Voir le fichier

@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { }; let frappe = { };


frappe.NAME = 'Frappe Charts'; frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc2';
frappe.VERSION = '2.0.0-rc3';


frappe = Object.assign({ }, frappe, Charts); frappe = Object.assign({ }, frappe, Charts);



Chargement…
Annuler
Enregistrer