We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd9374 commit 21aeda2Copy full SHA for 21aeda2
2 files changed
CHANGELOG
@@ -1,3 +1,16 @@
1
+v0.0.7 Jun 18, 2019
2
+====================
3
+
4
+* update dependency names so node_modules layer is name 'node_modules'
5
+ - This is a keyword in yarn, without this rebuilds fail
6
+ (https://www.pivotaltracker.com/story/show/163528537)
7
8
+* Adjust metadata so that it prints Node Dependencies
9
10
11
+* Add source and source SHAs to dependencies
12
+ (https://www.pivotaltracker.com/story/show/164246265)
13
14
v0.0.6 May 10, 2019
15
====================
16
buildpack.toml
@@ -2,7 +2,7 @@
[buildpack]
id = "org.cloudfoundry.yarn"
name = "Yarn Buildpack"
-version = "0.0.6"
+version = "0.0.7"
[metadata]
include_files = ["bin/build","bin/detect","buildpack.toml"]
0 commit comments