diff options
author | Matthew Strapp <matt@mattstrapp.net> | 2024-10-30 16:53:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 16:53:20 -0500 |
commit | c544dffb148f08518600ea6b7096450e978304ff (patch) | |
tree | 14c19442520239cdb8ae387990d1f371c57950c5 /docs | |
parent | version bump the gemfile lock too (diff) | |
download | locusts-c544dffb148f08518600ea6b7096450e978304ff.tar locusts-c544dffb148f08518600ea6b7096450e978304ff.tar.gz locusts-c544dffb148f08518600ea6b7096450e978304ff.tar.bz2 locusts-c544dffb148f08518600ea6b7096450e978304ff.tar.lz locusts-c544dffb148f08518600ea6b7096450e978304ff.tar.xz locusts-c544dffb148f08518600ea6b7096450e978304ff.tar.zst locusts-c544dffb148f08518600ea6b7096450e978304ff.zip |
feat: Svelte (#34)
* feat: Svelte
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* oopsie
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* add docs
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* dev dependency
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Lint
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* CI: Check formatting
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add line ending thingy
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Update prettier and typescript versions in package.json
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
---------
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BEAM.md | 1 | ||||
-rw-r--r-- | docs/JavaScript.md | 2 | ||||
-rw-r--r-- | docs/Python.md | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/docs/BEAM.md b/docs/BEAM.md index 3187b23..6e3ea50 100644 --- a/docs/BEAM.md +++ b/docs/BEAM.md @@ -4,7 +4,6 @@ ![Hex.pm Version](https://img.shields.io/hexpm/v/locusts?logo=erlang) ![Docs](https://img.shields.io/badge/docs-hexdocs.pm-blue?logo=elixir) - **TODO: Add description** ## Installation diff --git a/docs/JavaScript.md b/docs/JavaScript.md index 5e7bdc0..c2fb788 100644 --- a/docs/JavaScript.md +++ b/docs/JavaScript.md @@ -20,7 +20,7 @@ npm add locusts ## Example ```javascript -import introduceLocusts from 'locusts'; +import introduceLocusts from "locusts"; function main() { introduceLocusts(); diff --git a/docs/Python.md b/docs/Python.md index 6e4dbb8..01273bf 100644 --- a/docs/Python.md +++ b/docs/Python.md @@ -3,7 +3,6 @@ [![CI](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml) ![PyPI - Version](https://img.shields.io/pypi/v/locusts-r-us) - ## Description locusts-r-us is a library that provides a way to introduce locusts into your code. |