Skip to content

Commit

Permalink
release: v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldy Rafli committed Oct 2, 2021
1 parent 2a9203f commit 05dfa1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $ npm install flourite
or via a CDN (unpkg or jsdelivr)

```html
<script src="https://unpkg.com/[email protected].1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/index.iife.js"></script>
<script src="https://unpkg.com/[email protected].2"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/index.iife.js"></script>
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flourite",
"version": "1.1.1",
"version": "1.1.2",
"description": "A library for detecting the programming language of a code snippet.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 05dfa1d

Please sign in to comment.