Skip to content

Commit

Permalink
check for sideEffects field set to false (#5022)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Sep 6, 2019
1 parent ca40b51 commit c004cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/core/core-amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-amqp",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-js.git"
Expand Down
1 change: 1 addition & 0 deletions sdk/cosmosdb/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"tsconfig.json"
],
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cosmosdb/cosmos#readme",
"sideEffects": false,
"types": "./dist/index.d.ts",
"engine": {
"node": ">=8.0.0"
Expand Down

0 comments on commit c004cb9

Please sign in to comment.