Comparing version 0.1.5 to 0.1.6
@@ -9,3 +9,3 @@ import React from 'react'; | ||
<div className="example"> | ||
<h3>Simple Example</h3> | ||
<h3>Single ColorPicker</h3> | ||
@@ -21,3 +21,3 @@ <ColorPicker | ||
</SyntaxHighlighter> | ||
<a className="example__codeLink" href="https://github.com/elrumordelaluz/coloreact/blob/master/examples/SingleExample.js">Example Full code</a> | ||
</div> | ||
@@ -24,0 +24,0 @@ ); |
@@ -35,3 +35,3 @@ import React, { Component } from 'react'; | ||
<div className="example"> | ||
<h3>Swatches Example</h3> | ||
<h3>ColorPicker with Swatches</h3> | ||
<ul className="swatches"> | ||
@@ -62,2 +62,3 @@ { | ||
</SyntaxHighlighter> | ||
<a className="example__codeLink" href="https://github.com/elrumordelaluz/coloreact/blob/master/examples/SwatchesExample.js">Example Full code</a> | ||
</div> | ||
@@ -64,0 +65,0 @@ ); |
{ | ||
"name": "coloreact", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A tiny Color Picker for React", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"prepublish": "npm run lib", | ||
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --port 3040", | ||
"build": "NODE_ENV=production babel -d lib/ src/" | ||
"lib": "NODE_ENV=production babel -d lib/ src/", | ||
"build": "webpack --progress --colors", | ||
"deploy": "npm run build && git add build && git commit -m 'Update Demo Page' && git subtree push --prefix build origin gh-pages" | ||
}, | ||
@@ -10,0 +13,0 @@ "keywords": [ |
# ColoReact | ||
A tiny **Color Picker** for **React** | ||
A tiny **Color Picker** for **React** [ [Demo](https://elrumordelaluz.github.io/coloreact/) ] | ||
@@ -60,4 +60,7 @@ | ||
### [Examples](https://github.com/elrumordelaluz/coloreact/tree/master/examples) | ||
### Examples | ||
[Live examples](https://elrumordelaluz.github.io/coloreact/) | | ||
[Code](https://github.com/elrumordelaluz/coloreact/tree/master/examples) | ||
``` | ||
@@ -64,0 +67,0 @@ $ npm start |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1704827
19
44978
69