Skip to content

Commit c9a8bc9

Browse files
committed
chore: publish on jsr
1 parent 8ac784b commit c9a8bc9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Supports source map generation with [Source Map](https://github.com/mozilla/source-map#sourcemapgenerator).
1919
- Supports comment generation with [Astravel](https://github.com/davidbonnet/astravel).
2020
- No dependencies and small footprint (≈ 16 KB minified, ≈ 4 KB gziped).
21-
- Runs on [🦕 Deno](https://deno.land).
21+
- Runs on [🦕 Deno](https://deno.land/x/astring).
2222

2323
## Contents
2424

@@ -56,6 +56,12 @@ Install with the [Node Package Manager](https://www.npmjs.com/package/astring):
5656
npm install astring
5757
```
5858

59+
Or install with [JSR](https://jsr.io/@davidbonnet/astring):
60+
61+
```bash
62+
deno add @davidbonnet/astring
63+
```
64+
5965
Alternatively, checkout this repository and install the development dependencies to build the module file:
6066

6167
```bash

deno.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "@davidbonnet/astring",
3+
"version": "1.8.6",
4+
"exports": "./src/astring.js",
5+
"publish": {
6+
"include": [
7+
"LICENSE",
8+
"README.md",
9+
"src/astring.js",
10+
"astring.d.ts",
11+
"deno.json"
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)