Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from wellyshen/fix/empty-package
Browse files Browse the repository at this point in the history
fix: empty package
  • Loading branch information
wellyshen committed Nov 7, 2020
2 parents feca142 + ad9b72a commit 28be443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-flowers-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

fix: empty package
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"copy": "run-p copy:*",
"copy:cjs": "cpy rollup/cjsEntryFile.js dist --rename=index.js",
"copy:type": "cpy src/types/react-cool-form.d.ts dist --rename=index.d.ts",
"prerelease": "run-s type-check lint test build",
"release": "changeset publish"
},
"husky": {
Expand Down

0 comments on commit 28be443

Please sign in to comment.