Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roginfarrer committed Oct 3, 2021
1 parent 5b71da1 commit 2130627
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-collapsed",
"version": "0.0.0-development",
"version": "3.2.0",
"author": "Rogin Farrer <[email protected]>",
"description": "A tiny React custom-hook for creating flexible and accessible expand/collapse components.",
"license": "MIT",
Expand All @@ -10,7 +10,10 @@
"exports": "dist/react-collapsed.modern.js",
"unpkg": "dist/react-collapsed.umd.js",
"types": "dist/index.d.ts",
"files": ["src", "dist"],
"files": [
"src",
"dist"
],
"scripts": {
"watch": "microbundle watch",
"build": "microbundle",
Expand Down

0 comments on commit 2130627

Please sign in to comment.