Skip to content

Commit

Permalink
adding to files
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedfasil committed Mar 15, 2020
1 parent 507d623 commit 5542c9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cropper-react",
"version": "0.0.1",
"version": "0.0.1a",
"description": "CropperJs as react component using react hooks internally",
"scripts": {
"build": "rollup -c",
Expand All @@ -14,7 +14,9 @@
"module": "build/index.es.js",
"jsnext:main": "build/index.es.js",
"files": [
"build"
"build*",
"README*",
"docs*"
],
"devDependencies": {
"@babel/core": "^7.8.7",
Expand Down

0 comments on commit 5542c9b

Please sign in to comment.