Skip to content

Commit 7f0c3ae

Browse files
committed
docs(readme): add Apache 2.0 license badge in for-the-badge style
- Added a Shields.io badge to README for Apache License 2.0 - Uses consistent "for-the-badge" style to match other badges
1 parent 4a22fa9 commit 7f0c3ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Downloads](https://img.shields.io/npm/dt/triggle?style=for-the-badge)](https://www.npmjs.com/package/triggle)
88
![npm package size](https://img.shields.io/badge/npm%20size-15.6%20kB-blue?style=for-the-badge)
99
![minified size](https://img.shields.io/badge/minified--js-3.6%20kB-blue?style=for-the-badge)
10-
[![License: Parity + Commercial](https://img.shields.io/badge/license-Parity--7.0.0%20%2F%20Commercial-blue?style=for-the-badge)](https://github.com/yesiamrocks/triggle/blob/main/COMMERCIAL-LICENSE.md)
10+
![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=for-the-badge)
1111
[![jsDelivr](https://img.shields.io/jsdelivr/npm/hm/triggle?style=for-the-badge)](https://www.jsdelivr.com/package/npm/triggle)
1212
[![unpkg](https://img.shields.io/badge/CDN-unpkg-blue?style=for-the-badge)](https://unpkg.com/browse/triggle/)
1313
[![View Demo](https://img.shields.io/badge/🎬%20Live-Demo-green?style=for-the-badge)](https://yesiamrocks.github.io/Triggle/)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "triggle",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "A lightweight CSS animation trigger library that animates elements on click, hover, enter and more.",
55
"main": "dist/triggle.js",
66
"module": "dist/triggle.js",
@@ -40,7 +40,7 @@
4040
"intersection-observer"
4141
],
4242
"author": "Shafayetul Islam Pavel",
43-
"license": "Parity-7.0.0",
43+
"license": "Apache-2.0",
4444
"repository": {
4545
"type": "git",
4646
"url": "git+https://github.com/yesiamrocks/triggle.git"

0 commit comments

Comments
 (0)