Skip to content

Commit

Permalink
Add since
Browse files Browse the repository at this point in the history
  • Loading branch information
smncd committed Nov 14, 2024
1 parent 4f577d1 commit 77e009f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pnpm add privcy
You can then either add the script straight into your HTML in a script tag:

```html
<script src="https://unpkg.com/privcy@latest/dist/privcy.iife.js"></script>
<script src="https://unpkg.com/privcy@latest/dist/privcy.js"></script>
<script>
new window.Privcy({
title: 'Privacy',
Expand Down Expand Up @@ -208,9 +208,9 @@ barba.init({

File sizes
----------
|Format |Size |gZip
|--- |--- |---
|dist/privcy.mjs (ESM) |15.45 kB|4.97 kB
|Format |Size |gZip
|--- |--- |---
|dist/privcy.mjs (ESM) |15.45 kB|4.97 kB
|dist/privcy.js (IIFE) |10.66 kB|4.01 kB

Ownership
Expand Down
2 changes: 1 addition & 1 deletion packages/privcy/src/components/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Simon Lagerlöf <contact@smn.codes>
* @license BSD-3-Clause
* @copyright 2024 Simon Lagerlöf
* @since @next
* @since 0.9.0
*/

import van, { type State } from 'vanjs-core';
Expand Down
2 changes: 1 addition & 1 deletion packages/privcy/src/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Simon Lagerlöf <contact@smn.codes>
* @license BSD-3-Clause
* @copyright 2024 Simon Lagerlöf
* @since @next
* @since 0.9.0
*/

import van from 'vanjs-core';
Expand Down

0 comments on commit 77e009f

Please sign in to comment.