Skip to content

Commit aff77a4

Browse files
ppwang-sameta-codesync[bot]
authored andcommitted
Rename npm package to meta-capi-param-builder-clientjs
Summary: Rename package from `capi-param-builder-clientjs` to `meta-capi-param-builder-clientjs`. The original name was taken on npm by a name squatter. The `meta-` prefix aligns with Meta branding and avoids the conflict. Updated in: - package.json: name field - README.md: npm badge and install instructions Reviewed By: wwh-ysn Differential Revision: D97564848 fbshipit-source-id: 00408297e40835aabc8729443a105d81770bea69
1 parent 9816e51 commit aff77a4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

client_js/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Conversions API parameter builder feature for Client-side JavaScript
22

3-
[![npm](https://img.shields.io/npm/v/capi-param-builder-clientjs)](https://www.npmjs.com/package/capi-param-builder-clientjs)
3+
[![npm](https://img.shields.io/npm/v/meta-capi-param-builder-clientjs)](https://www.npmjs.com/package/meta-capi-param-builder-clientjs)
44
[![License](https://img.shields.io/badge/license-Facebook%20Platform-blue.svg?style=flat-square)](https://github.com/facebook/capi-param-builder/blob/main/client_js/LICENSE)
55

66
## Introduction
@@ -16,19 +16,19 @@ The Conversions API parameter builder SDK is a lightweight client-side JavaScrip
1616
Install the package via npm or yarn:
1717

1818
```bash
19-
npm install capi-param-builder-clientjs
19+
npm install meta-capi-param-builder-clientjs
2020
```
2121

2222
or
2323

2424
```bash
25-
yarn add capi-param-builder-clientjs
25+
yarn add meta-capi-param-builder-clientjs
2626
```
2727

2828
Alternatively, include the bundle directly via a script tag:
2929

3030
```html
31-
<script src="https://unpkg.com/capi-param-builder-clientjs/dist/clientParamBuilder.bundle.js"></script>
31+
<script src="https://unpkg.com/meta-capi-param-builder-clientjs/dist/clientParamBuilder.bundle.js"></script>
3232
```
3333

3434
Check the latest update from [CHANGELOG](./CHANGELOG.md).

client_js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client_js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "capi-param-builder-clientjs",
2+
"name": "meta-capi-param-builder-clientjs",
33
"version": "1.2.2",
44
"description": "Conversions API parameter builder for Client-side JavaScript",
55
"author": "Facebook",

0 commit comments

Comments
 (0)