Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 16, 2023
1 parent bf4ff90 commit bb08d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devlop",
"version": "0.0.0",
"version": "1.0.0",
"description": "Do things in development and nothing otherwise",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ npm install devlop
In Deno with [`esm.sh`][esmsh]:

```js
import {deprecate, equal, ok} from 'https://esm.sh/devlop@0'
import {deprecate, equal, ok} from 'https://esm.sh/devlop@1'
// For development code:
// import {deprecate, equal, ok} from 'https://esm.sh/devlop@0?conditions=development'
// import {deprecate, equal, ok} from 'https://esm.sh/devlop@1?conditions=development'
```

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

```html
<script type="module">
import {deprecate, equal, ok} from 'https://esm.sh/devlop@0?bundle'
import {deprecate, equal, ok} from 'https://esm.sh/devlop@1?bundle'
// For development code:
// import {deprecate, equal, ok} from 'https://esm.sh/devlop@0?bundle&conditions=development'
// import {deprecate, equal, ok} from 'https://esm.sh/devlop@1?bundle&conditions=development'
</script>
```

Expand Down

0 comments on commit bb08d16

Please sign in to comment.