Add npm-shrinkwrap.json and pin Bourbon (#1190)

Temporary workaround for #1189
This commit is contained in:
Zachary Wasserman 2017-02-09 12:13:04 -08:00 committed by GitHub
parent 7988076799
commit de44b39411
2 changed files with 5466 additions and 2 deletions

View file

@ -143,7 +143,8 @@ generate-dev: .prefix
webpack --progress --colors --watch --notify
deps:
npm install
npm install --no-optional
npm shrinkwrap
go get github.com/jteeuwen/go-bindata/...
go get github.com/Masterminds/glide
go get github.com/groob/mockimpl
@ -182,4 +183,3 @@ package: build
mkdir -p build/pkgroot/usr/bin
cp build/kolide build/pkgroot/usr/bin
docker run --rm -it -v ${PWD}/build/pkgroot:/pkgroot -v ${PWD}/build:/out -e KOLIDE_VERSION="${VERSION}" kolide/fpm

5464
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load diff