Skip to content

Commit

Permalink
fix: integration constants file type (#1958)
Browse files Browse the repository at this point in the history
* fix: js file extension for some integrations

* fix: js file extension for some integrations

* fix: js file extension for some integrations
  • Loading branch information
koladilip authored Dec 5, 2024
1 parent c87c4d2 commit e0f6ff2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
23 changes: 13 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/analytics-js-common/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = [
{
name: 'Common - No bundling',
path: 'dist/npm/**/*.js',
limit: '16.5 KiB',
limit: '17.2 KiB',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const DISPLAY_NAME = 'XPixel';
const DISPLAY_NAME_TO_DIR_NAME_MAP = { [DISPLAY_NAME]: DIR_NAME };
const CNameMapping = {
[NAME]: NAME,
XPIXEL: NAME,
XPixel: NAME,
Xpixel: NAME,
xpixel: NAME,
Expand Down

0 comments on commit e0f6ff2

Please sign in to comment.