Skip to content

Commit

Permalink
build: update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyw4 committed Aug 17, 2020
1 parent 6f7d763 commit 2daaa10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-thief-react",
"version": "1.0.2",
"version": "0.0.0",
"description": "A React component with hooks for Color Thief. Grab color palette from an image with javascript",
"main": "lib/index.js",
"author": "Jonathan Célio",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"incremental": true,
"outDir": "build/lib",
"target": "es5",
"module": "esnext",
"lib": [
Expand Down

0 comments on commit 2daaa10

Please sign in to comment.