Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 18, 2025
1 parent 7aa0142 commit be281af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ignoreCatch": true
},
"type": "module",
"version": "6.5.0",
"version": "7.0.0",
"xo": {
"overrides": [
{
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ npm install property-information
In Deno with [`esm.sh`][esmsh]:

```js
import * as propertyInformation from 'https://esm.sh/property-information@6'
import * as propertyInformation from 'https://esm.sh/property-information@7'
```

In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import * as propertyInformation from 'https://esm.sh/property-information@6?bundle'
import * as propertyInformation from 'https://esm.sh/property-information@7?bundle'
</script>
```

Expand Down

0 comments on commit be281af

Please # to comment.