Skip to content

Commit

Permalink
Revert changes to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Feb 9, 2021
1 parent 88bc36f commit aa7ff46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob-changefeed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "12.0.0-preview.3",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"module": "dist-esm/storage-blob-changefeed/src/index.js",
"browser": {
"./dist-esm/storage-blob-changefeed/src/utils/utils.node.js": "./dist-esm/storage-blob-changefeed/src/utils/utils.browser.js",
"./dist-esm/storage-blob-changefeed/test/utils/index.js": "./dist-esm/storage-blob-changefeed/test/utils/index.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "12.5.0-beta.2",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"module": "dist-esm/storage-blob/src/index.js",
"browser": {
"./dist-esm/storage-blob/src/index.js": "./dist-esm/storage-blob/src/index.browser.js",
"./dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.js": "./dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
"sdk-type": "client",
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"module": "dist-esm/storage-file-datalake/src/index.js",
"types": "./typings/latest/storage-file-datalake.d.ts",
"typesVersions": {
"<3.6": {
Expand Down

0 comments on commit aa7ff46

Please sign in to comment.