Removes {{ .Version }} template from buildpack.toml
To package this buildpack for consumption:
$ ./scripts/package.sh
This builds the buildpack’s Go source using GOOS=linux by default. You can supply another value as the first argument to package.sh.
GOOS=linux
package.sh
Node.js Compat Cloud Native Buildpack
Usage
To package this buildpack for consumption:
This builds the buildpack’s Go source using
GOOS=linuxby default. You can supply another value as the first argument topackage.sh.