Skip to content

Commit 3a45931

Browse files
authored
Change files field (#359)
* Add correct files to files field in package.json * Update version
1 parent d48f568 commit 3a45931

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-meilisearch",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Synchronise and search in your Strapi content-types with MeiliSearch",
55
"scripts": {
66
"playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground develop",
@@ -18,10 +18,11 @@
1818
},
1919
"files": [
2020
"admin",
21-
"controllers",
22-
"connectors",
23-
"config",
24-
"services"
21+
"server",
22+
"strapi-admin.js",
23+
"strapi-server.js",
24+
"LICENSE",
25+
"README.md"
2526
],
2627
"dependencies": {
2728
"@strapi/utils": "^4.1.3",

0 commit comments

Comments
 (0)