Skip to content

Commit 713b31d

Browse files
author
Chris Peyer
committed
0.1.11 - Clean up package, fix local files, add pickr themes
1 parent 76ef0f6 commit 713b31d

21 files changed

+278
-215
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
local/
2+
13
# Created by .ignore support plugin (hsz.mobi)
24
### Node template
35
# Logs

.npmignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
local
2+
src
3+
.babelrc
4+
.editorconfig
5+
.eslintrc
6+
.gitignore
7+
.npmignore
8+
.prettierrc
9+
index.html
10+
package-lock.json
11+
webpack.config.js

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#### Demo: https://chrischrischris.github.io/react-gpickr/
1+
# React Gradient Picker
2+
3+
### A simple gradient picker based on [gpickr](https://github.com/Simonwep/gpickr)
24

3-
> This is a react version of [gpickr](https://github.com/Simonwep/gpickr).
5+
#### Demo: https://chrischrischris.github.io/react-gpickr/
46

57
API and details to be documented soon.
68
<!--

dist/GradientPicker.js

-4
This file was deleted.

dist/GradientPicker.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/GradientPicker.min.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gpickr.min.css

-4
This file was deleted.

dist/reactInit.js

-4
This file was deleted.

0 commit comments

Comments
 (0)