Skip to content

Commit

Permalink
11ty version bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Hawksworth committed Aug 23, 2018
1 parent d3e13f3 commit 5015dd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/philhawksworth/eleventyone"
},
"dependencies": {
"@11ty/eleventy": "^0.4.0",
"@11ty/eleventy": "^0.5.2",
"concurrent-transform": "^1.0.0",
"gravatar": "^1.6.0",
"gulp": "^4.0.0",
Expand All @@ -32,5 +32,13 @@
"netlify-lambda": "^0.2.0",
"pump": "^3.0.0",
"require-dir": "^1.0.0"
},
"proxy": {
"/.netlify/functions": {
"target": "http://localhost:9000",
"pathRewrite": {
"^/\\.netlify/functions": ""
}
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@11ty/eleventy@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@11ty/eleventy/-/eleventy-0.4.0.tgz#186df5e740f9cc76a4e31eb00943764767ca329a"
"@11ty/eleventy@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@11ty/eleventy/-/eleventy-0.5.0.tgz#7d41d510138cb0965e7a0a21c388e6d16ccefd91"
dependencies:
browser-sync "^2.24.4"
chalk "^2.4.1"
Expand Down

0 comments on commit 5015dd7

Please sign in to comment.