Skip to content

Commit

Permalink
Fixed error exporting .d.ts types file
Browse files Browse the repository at this point in the history
  • Loading branch information
bgonp committed Apr 7, 2021
1 parent e24d6ee commit ab48d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-drawarea",
"version": "1.1.1",
"version": "1.1.2",
"description": "React components to draw with mouse or touch events",
"author": {
"name": "Borja González",
Expand All @@ -13,7 +13,7 @@
"types": "build/index.d.ts",
"files": [
"build/index.js",
"build/index.d.js",
"build/index.d.ts",
"LICENSE",
"README.md"
],
Expand Down

0 comments on commit ab48d2b

Please sign in to comment.