Skip to content

Commit

Permalink
Merge pull request #1 from JosephVoid/JosephVoid-read-me-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
JosephVoid authored Dec 16, 2023
2 parents 0e98672 + f471a14 commit 6aa7720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 16.x, 14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# json-item-selector
[![Tests](https://github.com/JosephVoid/json-item-selector/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/JosephVoid/json-item-selector/actions/workflows/test.yml)

A package that allow you to create choice logic based on a json file. It helps with choice implementations which depend on an external json file and are heavily nested, mostly for use cases like location selection or game dialog mapping. A basic example below
```
// ESM
Expand Down

0 comments on commit 6aa7720

Please sign in to comment.