Skip to content

Commit

Permalink
chore: update indentation error pubsub/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhengshs committed Oct 21, 2024
1 parent 30fd15a commit 460ff0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/aws-amplify/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
'use strict';
// nice
if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/aws-amplify.min.js');
} else {
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"__tests__/helpers.ts"
],
"moduleNameMapper": {
"universal-cookie": "<rootDir>/../../node_modules/universal-cookie/cjs/index.js"
},
"universal-cookie": "<rootDir>/../../node_modules/universal-cookie/cjs/index.js"
},
"moduleFileExtensions": [
"ts",
"tsx",
Expand Down

0 comments on commit 460ff0c

Please sign in to comment.