Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen committed Sep 16, 2020
1 parent 30a17b9 commit 7661577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/core/core-asynciterator-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"azure",
"cloud"
],
"main": "dist/index.js",
"main": "./dist-esm/index.js",
"files": [
"dist-esm/**/*.js",
"README.md",
Expand All @@ -41,7 +41,7 @@
"integration-test:browser": "echo skipped",
"integration-test:node": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint": "eslint -c ../../../.eslintrc.json package.json src --ext .ts",
"lint": "eslint -c ../../../.eslintrc.json src --ext .ts",
"lint:fix": "eslint -c ../../../.eslintrc.json src --ext .ts --fix --fix-type [problem,suggestion]",
"pack": "npm pack 2>&1",
"prebuild": "npm run clean",
Expand Down

0 comments on commit 7661577

Please sign in to comment.