Skip to content

Commit

Permalink
fix(props): include props in exported files
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Apr 6, 2021
1 parent ba45d12 commit d0e3319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"presets.js",
"presets.d.ts",
"utils.js",
"utils.d.ts"
"utils.d.ts",
"props.js"
],
"scripts": {
"test": "node -r esm test",
Expand Down

0 comments on commit d0e3319

Please sign in to comment.