Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Jan 4, 2024
1 parent edbe138 commit b2e59c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
7 changes: 0 additions & 7 deletions packages/logger/build.js

This file was deleted.

9 changes: 0 additions & 9 deletions packages/logger/index.js

This file was deleted.

5 changes: 1 addition & 4 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:cjs:watch": "rimraf dist/cjs && tsc -m commonjs --outDir dist/cjs --watch",
"build:esm:watch": "rimraf dist/esm && tsc -m esnext --outDir dist/esm --watch",
"build": "npm run clean && npm run build:esm-cjs",
"clean": "npm run clean:size && rimraf dist",
"clean": "rimraf dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 90.31"
Expand Down Expand Up @@ -74,9 +74,6 @@
"dependencies": {
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.9",
"@aws-amplify/react-native": "1.0.9",
Expand Down

0 comments on commit b2e59c1

Please sign in to comment.