Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-coder committed Oct 22, 2017
2 parents fe7a281 + a43dc7c commit c225070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add `pretty-checkbox.min.css` in your html

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

<br>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "pretty-checkbox",
"version": "3.0.2",
"version": "3.0.3",
"description": "A pure css library to beautify checkbox and radio buttons.",
"main": "dist/pretty.min.css",
"main": "dist/pretty-checkbox.min.css",
"scripts": {
"lint":"gulp lint:scss",
"fix": "stylelint \"src\\**\\*.scss\" --syntax scss --fix",
Expand Down

0 comments on commit c225070

Please sign in to comment.