Skip to content

Commit

Permalink
fix: add templates directory to npm publish (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
simllll authored Dec 15, 2020
1 parent 6d2347c commit 661d8e3
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 @@ -23,7 +23,8 @@
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"files": [
"lib"
"lib",
"templates"
],
"dependencies": {
"amphtml-validator": "^1.0.33",
Expand Down

0 comments on commit 661d8e3

Please # to comment.