Skip to content

Commit

Permalink
Update the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahdi Varposhti committed Jun 17, 2020
1 parent debe48a commit 5d5ff3d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions sdk/tables/azure-tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@azure/core-http": "^1.1.1",
"@opentelemetry/api": "^0.6.1",
"events": "^3.0.0",
"tslib": "^1.10.0"
"tslib": "^2.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.11",
Expand Down Expand Up @@ -104,7 +104,7 @@
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^3.1.1",
"rollup-plugin-visualizer": "^4.0.4",
"typescript": "~3.9.3",
"util": "^0.12.1",
"chai": "^4.2.0",
Expand Down
5 changes: 0 additions & 5 deletions sdk/tables/azure-tables/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
// for both node and web
import { isNode } from "@azure/core-http";

export interface Foo {
bar: number;
test: string;
}

export function helloWorld(): string {
if (isNode) {
console.log("Node 👊");
Expand Down
13 changes: 0 additions & 13 deletions sdk/tables/azure-tables/src/print.browser.ts

This file was deleted.

6 changes: 0 additions & 6 deletions sdk/tables/azure-tables/src/print.ts

This file was deleted.

0 comments on commit 5d5ff3d

Please sign in to comment.