Merge pull request #1337 from balena-io/include-shrinkwrap-in-published

Add npm-shrinkwrap in package.json so that it gets published to the npm registry
This commit is contained in:
Paulo Castro 2019-07-03 00:17:09 +01:00 committed by GitHub
commit 3322faeeb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,10 @@
"bin/",
"build/",
"doc/",
"lib/"
"lib/",
"patches/",
"*.md",
"npm-shrinkwrap.json"
],
"bin": {
"balena": "./bin/balena"