Skip to content

Commit

Permalink
Merge pull request #45 from Medium/nick-version
Browse files Browse the repository at this point in the history
update closure-templates dependency
  • Loading branch information
nicks committed Mar 11, 2015
2 parents 55b6ffb + f75a051 commit 529c5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "soynode",
"version" : "0.7.4",
"version" : "0.7.5",
"description" : "Utility for working with Closure Templates, aka Soy, from within a node.js application.",
"keywords" : ["node", "soy", "templates", "closure"],
"repository" : {
Expand All @@ -16,7 +16,7 @@
"main" : "./lib/soynode.js",
"directories": {"lib": "./lib"},
"dependencies": {
"closure-templates": "20141017.0.0"
"closure-templates": "^20141017.0.1"
},
"devDependencies": {
"jshint": "*",
Expand Down

0 comments on commit 529c5eb

Please sign in to comment.