Skip to content

Commit

Permalink
👷 v2.0.0; MIT License
Browse files Browse the repository at this point in the history
(no new features)
  • Loading branch information
desandro committed Dec 20, 2017
1 parent 83c468c commit 25276fc
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 50 deletions.
32 changes: 11 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ See [huebee.buzz](http://huebee.buzz) for complete docs and demos.
### Download

+ CSS:
- [huebee.min.css](https://unpkg.com/huebee@1/dist/huebee.min.css) minified, or
- [huebee.css](https://unpkg.com/flickity@1/dist/huebee.css) un-minified
- [huebee.min.css](https://unpkg.com/huebee@2/dist/huebee.min.css) minified, or
- [huebee.css](https://unpkg.com/huebee@2/dist/huebee.css) un-minified
+ JavaScript:
- [huebee.pkgd.min.js](https://unpkg.com/huebee@1/dist/huebee.pkgd.min.js) minified, or
- [huebee.pkgd.js](https://unpkg.com/huebee@1/dist/huebee.pkgd.js) un-minified
- [huebee.pkgd.min.js](https://unpkg.com/huebee@2/dist/huebee.pkgd.min.js) minified, or
- [huebee.pkgd.js](https://unpkg.com/huebee@2/dist/huebee.pkgd.js) un-minified

### CDN

Link directly to Huebee files on [unpkg](https://unpkg.com).

``` html
<link rel="stylesheet" href="https://unpkg.com/huebee@1/dist/huebee.min.css">
<link rel="stylesheet" href="https://unpkg.com/huebee@2/dist/huebee.min.css">
<!-- or -->
<link rel="stylesheet" href="https://unpkg.com/huebee@1/dist/huebee.css">
<link rel="stylesheet" href="https://unpkg.com/huebee@2/dist/huebee.css">
```

``` html
<script src="https://unpkg.com/huebee@1/dist/huebee.pkgd.min.js"></script>
<script src="https://unpkg.com/huebee@2/dist/huebee.pkgd.min.js"></script>
<!-- or -->
<script src="https://unpkg.com/huebee@1/dist/huebee.pkgd.js"></script>
<script src="https://unpkg.com/huebee@2/dist/huebee.pkgd.js"></script>
```

### Package managers
Expand All @@ -37,18 +37,6 @@ Bower: `bower install huebee --save`

npm: `npm install huebee --save`

## License

### Commercial license

If you want to use Huebee to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase a Huebee Commercial License at [huebee.buzz](http://huebee.buzz/#commercial-license)

### Open source license

If you are creating an open source application under a license compatible with the [GNU GPL license v3](https://www.gnu.org/licenses/gpl-3.0.html), you may use Huebee under the terms of the GPLv3.

[Read more about Huebee's license](http://huebee.buzz/license.html).

## Usage

Initialize Huebee on an anchor element.
Expand Down Expand Up @@ -242,4 +230,6 @@ hueb.on( 'change', function( color, hue, sat, lum ) {

---

By [Metafizzy](http://metafizzy.co)
MIT License

By [Metafizzy](https://metafizzy.co)
2 changes: 1 addition & 1 deletion dist/huebee.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Huebee v1.0.1
/*! Huebee v2.0.0
http://huebee.buzz
---------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion dist/huebee.min.css

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

18 changes: 6 additions & 12 deletions dist/huebee.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
/**
* Huebee PACKAGED v1.0.1
* Huebee PACKAGED v2.0.0
* 1-click color picker
*
* Licensed GPLv3 for open source use
* or Huebee Commercial License for commercial use
*
* MIT license
* http://huebee.buzz
* Copyright 2016 Metafizzy
* Copyright 2018 Metafizzy
*/

/**
Expand Down Expand Up @@ -424,14 +421,11 @@ return Unipointer;
}));

/**
* Huebee v1.0.1
* Huebee v2.0.0
* 1-click color picker
*
* Licensed GPLv3 for open source use
* or Huebee Commercial License for commercial use
*
* MIT license
* http://huebee.buzz
* Copyright 2016 Metafizzy
* Copyright 2018 Metafizzy
*/

/*jshint browser: true, unused: true, undef: true */
Expand Down
9 changes: 3 additions & 6 deletions dist/huebee.pkgd.min.js

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

2 changes: 1 addition & 1 deletion huebee.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Huebee v1.0.1
/*! Huebee v2.0.0
http://huebee.buzz
---------------------------------------------- */

Expand Down
9 changes: 3 additions & 6 deletions huebee.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
/**
* Huebee v1.0.1
* Huebee v2.0.0
* 1-click color picker
*
* Licensed GPLv3 for open source use
* or Huebee Commercial License for commercial use
*
* MIT license
* http://huebee.buzz
* Copyright 2017 Metafizzy
* Copyright 2018 Metafizzy
*/

/*jshint browser: true, unused: true, undef: true */
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huebee",
"version": "1.0.1",
"version": "2.0.0",
"description": "1-click color picker",
"main": "huebee.js",
"dependencies": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dom"
],
"author": "David DeSandro",
"license": "GPL-3.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/metafizzy/huebee/issues"
},
Expand Down

0 comments on commit 25276fc

Please sign in to comment.