Skip to content

Commit

Permalink
viewscreen-stl: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 27, 2024
1 parent e81f463 commit ff77455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/viewscreen-stl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"trailingComma": "none",
"useTabs": false
},
"private": true,
"repository": "rehypejs/rehype-github",
"scripts": {
"test-api": "node --conditions development test/index.js"
Expand All @@ -46,7 +45,7 @@
"strict": true
},
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"xo": {
"prettier": true
}
Expand Down
4 changes: 2 additions & 2 deletions packages/viewscreen-stl/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import {viewscreenStl} from 'https://esm.sh/viewscreen-stl@0?bundle'
import {viewscreenStl} from 'https://esm.sh/viewscreen-stl@1?bundle'
</script>
```

Expand All @@ -77,7 +77,7 @@ Say our file `viewscreen-stl.html` looks as follows:
<title>viewscreen: stl</title>
<style>/**/</style>
<script type=module>
import {viewscreenStl} from 'https://esm.sh/viewscreen-stl@0?bundle'
import {viewscreenStl} from 'https://esm.sh/viewscreen-stl@1?bundle'
const id = window.location.hash.slice(1)
if (!id) throw new Error('Expected `id` in hash')
Expand Down

0 comments on commit ff77455

Please sign in to comment.