Skip to content

Commit

Permalink
chore: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
raiindev authored and github-actions[bot] committed Dec 14, 2024
1 parent ff5481c commit 3d2426a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@oramacloud/plugin-strapi",
"version": "2.0.0",
"description": "A Strapi plugin to integrate Orama Cloud's search and answers engine, providing seamless search capabilities within your Strapi application.",
"keywords": [
"strapi",
"plugin",
"search",
"answers",
"orama",
"cloud"
],
"keywords": ["strapi", "plugin", "search", "answers", "orama", "cloud"],
"license": "MIT",
"author": {
"name": "Orama"
Expand All @@ -35,9 +28,7 @@
"default": "./dist/server/index.js"
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "rm -rf dist && strapi-plugin build",
"postbuild": "rm -rf dist/server && webpack",
Expand Down

0 comments on commit 3d2426a

Please sign in to comment.