Skip to content

Commit 473c7f7

Browse files
author
Josh Callender
committed
update the version to be 0.2.1 of rendr, and this fix requires rendr to be at 0.5.1
1 parent 5029737 commit 473c7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendr-handlebars",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Glue handlebars templates into a Rendr app.",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"handlebars": "1.3.0"
1616
},
1717
"peerDependencies": {
18-
"rendr": ">=0.5.0"
18+
"rendr": ">=0.5.1"
1919
},
2020
"keywords": [
2121
"rendr",

0 commit comments

Comments
 (0)