Skip to content

Commit

Permalink
Merge pull request #53 from cometchat-pro/v3
Browse files Browse the repository at this point in the history
v3.0.1-2
  • Loading branch information
priyadarshininadar authored Oct 4, 2021
2 parents ec07049 + cb6975c commit dfe11d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const rimraf = require("rimraf");
const fileName = "cometchat-pro-react-ui-kit";
const filePath = __dirname + "/src/" + fileName;

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

const zipName = zipFileName + ".zip";
const source = __dirname + "/" + zipFileName;
Expand Down

0 comments on commit dfe11d7

Please sign in to comment.