Skip to content

Commit

Permalink
v3.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyadarshini Nadar committed Apr 2, 2021
1 parent 301c2db commit c335780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ const rimraf = require("rimraf");
const fileName = "cometchat-pro-react-ui-kit";
const filePath = __dirname + "/src/" + fileName;

const zipFileName = "cometchat-pro-react-ui-kit-master";
const zipFileName = "cometchat-pro-react-ui-kit-master-v3";

const zipName = zipFileName + ".zip";
const source = __dirname + "/" + zipFileName;
const destination = filePath;//__dirname + "/src/cometchat-pro-react-ui-kit";
const destination = filePath;

const downloadUrl = "https://github.com/cometchat-pro/cometchat-pro-react-ui-kit/archive/master.zip";
const downloadUrl = "https://github.com/cometchat-pro/cometchat-pro-react-ui-kit/archive/master-v3.zip";


const download = (uri, filename, callback) => {
Expand Down

0 comments on commit c335780

Please sign in to comment.