Skip to content

Commit

Permalink
fix: fix internals package.json paths
Browse files Browse the repository at this point in the history
  • Loading branch information
erinleigh90 committed Jul 27, 2023
1 parent f516c62 commit 6df5c0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/notifications/internals/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@aws-amplify/notifications/internals",
"types": "../../../lib-esm/internals/index.d.ts",
"main": "../../../lib/internals/index.js",
"module": "../../../lib-esm/internals/index.js",
"react-native": "../../../lib-esm/internals/index.js",
"types": "../lib-esm/internals/index.d.ts",
"main": "../lib/internals/index.js",
"module": "../lib-esm/internals/index.js",
"react-native": "../lib-esm/internals/index.js",
"sideEffects": false
}

0 comments on commit 6df5c0f

Please sign in to comment.