Skip to content

Commit

Permalink
wip sadasant
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant committed Sep 14, 2020
1 parent 548d148 commit f3645cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdk/keyvault/keyvault-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"main": "./dist/index.js",
"module": "dist-esm/keyvault-keys/src/index.js",
"module": "dist-esm/src/index.js",
"types": "./types/keyvault-keys.d.ts",
"engines": {
"node": ">=8.0.0"
Expand All @@ -29,7 +29,7 @@
"types/keyvault-keys.d.ts",
"dist/",
"dist-browser/",
"dist-esm/keyvault-keys/src",
"dist-esm/src",
"README.md",
"LICENSE"
],
Expand Down
4 changes: 2 additions & 2 deletions sdk/keyvault/keyvault-keys/test/internal/userAgent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ describe("Keys client's user agent (only in Node, because of fs)", () => {
version = fileContents.version;
} catch {
// The integration-test script has this test file in a considerably different place,
// Along the lines of: dist-esm/keyvault-keys/test/internal/userAgent.spec.ts
// Along the lines of: dist-esm/test/internal/userAgent.spec.ts
const fileContents = JSON.parse(
fs.readFileSync(path.join(__dirname, "../../../../package.json"), { encoding: "utf-8" })
fs.readFileSync(path.join(__dirname, "../../../package.json"), { encoding: "utf-8" })
);
version = fileContents.version;
}
Expand Down

0 comments on commit f3645cf

Please sign in to comment.