compat

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Dependency = "compat"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Contributor

type Contributor struct {
	// contains filtered or unexported fields
}

func NewContributor

func NewContributor(context build.Build) (Contributor, bool, error)

func (Contributor) Contribute

func (c Contributor) Contribute() error

type PackageJSON

type PackageJSON struct {
	Scripts Scripts `json:"scripts"`
}

type Scripts

type Scripts struct {
	PreInstall      string `mapstructure:"preinstall"`
	PostInstall     string `mapstructure:"postinstall"`
	HerokuPreBuild  string `mapstructure:"heroku-prebuild" json:"heroku-prebuild"`
	HerokuPostBuild string `mapstructure:"heroku-postbuild" json:"heroku-postbuild"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL