Skip to content

Commit

Permalink
fix build and accidental publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi committed Dec 5, 2023
1 parent c32af07 commit 58f0b60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ews-javascript-api",
"version": "0.13.1",
"version": "0.13.2",
"private": true,
"description": "EWS Managed api in JavaScript",
"main": "js/ExchangeWebService.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function copyPackageJson() {
const obj = await readFile(file);
delete obj.devDependencies;
delete obj.scripts;
delete obj.private;
await writeFile(`${outputDir}/package.json`, obj, { spaces: 4, EOL: os.EOL });
resolve();
} catch (error) {
Expand Down

0 comments on commit 58f0b60

Please sign in to comment.