Skip to content

Commit

Permalink
digital twins core
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Jan 5, 2021
1 parent b55e871 commit 6f09ffc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sdk/digitaltwins/digital-twins-core/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/digitalTwinsClient.d.ts"
"publicTrimmedFilePath": "./types/digital-twins-core.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand Down
15 changes: 8 additions & 7 deletions sdk/digitaltwins/digital-twins-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"license": "MIT",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
"types": "types/digitalTwinsClient.d.ts",
"types": "types/digital-twins-core.d.ts",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
Expand Down Expand Up @@ -50,19 +53,17 @@
"azure",
"iot",
"digital-twins-core",
"cloud",
"twins",
"node",
"typescript",
"browser",
"isomorphic"
],
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-js.git"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/digitaltwins/",
"repository": "github:Azure/azure-sdk-for-js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/digitaltwins",
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"dependencies": {
"@azure/core-http": "^1.2.0",
Expand Down

0 comments on commit 6f09ffc

Please sign in to comment.