Skip to content

Commit

Permalink
Merge pull request #6 from chloe463/fix/building
Browse files Browse the repository at this point in the history
build: Fix building
  • Loading branch information
chloe463 authored Feb 19, 2020
2 parents 7e178ab + b1b27d1 commit 347fc2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/use-form-group/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ yarn-error.log*
/.vscode
/tmp
/.packaging
*.tgz
6 changes: 4 additions & 2 deletions packages/use-form-group/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
jest.config.js
rollup-esm5.conf.js
rollup-esm2015.conf.js
rollup-umd.conf.js
tsconfig-esm5.json
tsconfig-esm2015.json
tsconfig.json
/dist/esm5
/dist/esm2015
/dist/esm5/*.js
/dist/esm2015/*.js
*.tgz

!/dist/esm5/use-form-group.js
!/dist/esm2015/use-form-group.js

0 comments on commit 347fc2f

Please sign in to comment.