Skip to content

Commit e895f8e

Browse files
committed
Gitnore
1 parent 459bcce commit e895f8e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
node_modules

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ At first import the library to your project.
1717

1818
import { search } from 'nested-javascript-search'
1919

20+
// or by using a CDN.
21+
22+
import { search } from 'https://unpkg.com/nested-javascript-search@1.0.0/src/index.js'
2023
```
2124

2225
Then you can call to the search function.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nested-javascript-search",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Javascript Array deep search filter.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)