Skip to content

Commit

Permalink
chore(core): releasing the final version for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SMAKSS committed Nov 16, 2023
1 parent b388632 commit c52cbbb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package.json
.cache
.shadowenv.d
.vscode
Expand Down
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Searching through arrays, nested arrays, or objects for specific keywords can of

## Demo

Check out the [working demo](https://runkit.com/smakss/5f738b7f464579001bfda2d0) on RunKit.

or
Explore the live demonstration available on CodeSandbox:

[![View @smakss/search](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/smakss-search-zlqtu3?fontsize=14&hidenavigation=1&theme=dark)

Expand Down
29 changes: 25 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": {
"url": "https://github.com/SMAKSS/search/issues"
},
"description": "Search through array and/or objects for specific keyword.",
"description": "Enhance your searching capabilities with @smakss/search. Effortlessly find keywords in arrays, nested arrays, and objects, perfect for deep search needs in various data structures.",
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
Expand All @@ -27,9 +27,30 @@
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"files": ["dist"],
"files": [
"dist"
],
"homepage": "https://github.com/SMAKSS/search#readme",
"keywords": ["npm", "yarn", "search", "Array", "Object", "SMAKSS", "CommonJS", "EcmaScript", "Typescript", "Nested array", "Nested object", "Search in arrays", "Search in objects"],
"keywords": [
"advanced-search",
"deep-search-arrays",
"object-search",
"nested-data-search",
"keyword-finder",
"npm",
"yarn",
"search",
"Array",
"Object",
"SMAKSS",
"CommonJS",
"EcmaScript",
"Typescript",
"Nested array",
"Nested object",
"Search in arrays",
"Search in objects"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -50,5 +71,5 @@
},
"type": "module",
"types": "lib",
"version": "2.0.0-beta.3"
"version": "2.0.0"
}

0 comments on commit c52cbbb

Please sign in to comment.