Comparing version 0.5.6 to 0.5.7
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"packageManager": "bun@1.1.22", | ||
@@ -9,0 +9,0 @@ "bin": { |
@@ -38,5 +38,7 @@ <h1 align=center>tatami-ng</h1> | ||
- [Node](#node-1) | ||
- [Deno](#deno-1) | ||
- [Bun](#bun-1) | ||
<!-- - [Deno](#deno-1) --> | ||
- [CLI standalone binary](#cli-standalone-binary) | ||
- [Deno](#deno-2) | ||
- [Bun](#bun-2) | ||
- [CLI usage examples](#cli-usage-examples) | ||
@@ -96,3 +98,3 @@ - [Development](#development) | ||
... | ||
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.5.6/dist/browser/index.js' | ||
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.5.7/dist/browser/index.js' | ||
</script> | ||
@@ -158,2 +160,8 @@ ``` | ||
### Deno | ||
```shell | ||
deno install -g --allow-read --allow-run --allow-sys --allow-hrtime -n tatami npm:tatami-ng | ||
``` | ||
### Bun | ||
@@ -170,4 +178,2 @@ | ||
<!-- ### Deno --> | ||
## CLI standalone binary | ||
@@ -174,0 +180,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204864
210