Skip to content

Commit

Permalink
fix: macro needs to be in the files we publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Jul 14, 2017
1 parent 7fa0562 commit 8994374
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 @@
"precommit": "lint-staged && opt --in pre-commit --exec \"npm start validate\""
},
"files": [
"dist"
"dist",
"macro.js"
],
"keywords": [
"babel",
Expand Down

0 comments on commit 8994374

Please sign in to comment.