Skip to content

Commit c225070

Browse files
committed
Merge branch 'staging'
2 parents fe7a281 + a43dc7c commit c225070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add `pretty-checkbox.min.css` in your html
6767

6868
- **From CDN** ( [`jsDelivr`](https://www.jsdelivr.com/package/npm/pretty-checkbox) )
6969
```html
70-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pretty-checkbox@3/dist/pretty-checkbox.min.css"/>
70+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css"/>
7171
```
7272

7373
<br>

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "pretty-checkbox",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A pure css library to beautify checkbox and radio buttons.",
5-
"main": "dist/pretty.min.css",
5+
"main": "dist/pretty-checkbox.min.css",
66
"scripts": {
77
"lint":"gulp lint:scss",
88
"fix": "stylelint \"src\\**\\*.scss\" --syntax scss --fix",

0 commit comments

Comments
 (0)