Skip to content

Commit cf564d2

Browse files
committed
chore: rename the package before release
1 parent d85b4f3 commit cf564d2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<div align="center">
55
<h1>Strapi Table Custom Field</h1>
66
<p>A custom field which allow to build table structured data sets</p>
7-
<a href="https://www.npmjs.org/package/@sensinum/table-field">
8-
<img alt="NPM version" src="https://img.shields.io/npm/v/@sensinum/table-field.svg">
7+
<a href="https://www.npmjs.org/package/@sensinum/strapi-table-field">
8+
<img alt="NPM version" src="https://img.shields.io/npm/v/@sensinum/strapi-table-field.svg">
99
</a>
10-
<a href="https://www.npmjs.org/package/@sensinum/table-field">
11-
<img src="https://img.shields.io/npm/dm/@sensinum/table-field.svg" alt="Monthly download on NPM" />
10+
<a href="https://www.npmjs.org/package/@sensinum/strapi-table-field">
11+
<img src="https://img.shields.io/npm/dm/@sensinum/strapi-table-field.svg" alt="Monthly download on NPM" />
1212
</a>
1313
<a href="https://codecov.io/gh/VirtusLab-Open-Source/strapi-plugin-table-field">
1414
<img src="https://codecov.io/gh/VirtusLab-Open-Source/strapi-plugin-table-field/branch/main/graph/badge.svg?token=p4KW9ytA6u" alt="codecov.io" />
@@ -53,9 +53,9 @@ A Strapi plugin that adds a **custom field** that handles dynamic creation and h
5353
## 📦 Installation
5454

5555
```bash
56-
npm install @sensinum/table-field@latest
56+
npm install @sensinum/strapi-table-field@latest
5757
# or
58-
yarn add @sensinum/table-field@latest
58+
yarn add @sensinum/strapi-table-field@latest
5959
```
6060

6161
After installation, the plugin will be automatically available in your Strapi admin panel.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@sensinum/table-field",
2+
"name": "@sensinum/strapi-table-field",
33
"version": "1.0.0",
44
"type": "commonjs",
55
"description": "Table Custom Field for Strapi",

0 commit comments

Comments
 (0)