Skip to content

Commit

Permalink
moves handlebars to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
james-owen committed Feb 5, 2021
1 parent a0c0a07 commit 1c2aab0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"chalk": "^1.1.3",
"coveralls": "^3.0.2",
"eslint": "^4.18.2",
"handlebars": "^4.0.6",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"pre-commit": "^1.2.2",
Expand All @@ -53,5 +52,8 @@
"glob": "^7.1.1",
"lodash": "^4.17.4",
"nymag-fs": "^1.0.0"
},
"peerDependencies": {
"handlebars": "4"
}
}

0 comments on commit 1c2aab0

Please sign in to comment.