Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raiindev committed Dec 14, 2024
1 parent 795d163 commit ff5481c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@oramacloud/plugin-strapi",
"version": "2.0.0-rc.5",
"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 @@ -28,7 +35,9 @@
"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 ff5481c

Please sign in to comment.