Include bin in npm publish (#2496)

* Include bin in npm publish

* Include bin in files

* Update CHANGELOG

* Changelog
This commit is contained in:
Jacob Evans
2020-02-26 10:12:52 +11:00
committed by GitHub
parent 132a3c6705
commit be7b1a1bd4
4 changed files with 19 additions and 0 deletions

View File

@@ -1,4 +1,12 @@
[
{
"version": "5.2.2",
"changes": [
{
"note": "Include `bin` files"
}
]
},
{
"timestamp": 1582623685,
"version": "5.2.1",

View File

@@ -113,6 +113,7 @@
"access": "public"
},
"files": [
"bin/*",
"templates/*",
"*.js",
"*.ts",

View File

@@ -8,3 +8,5 @@
/lib/monorepo_scripts/
# Package specific ignore
/docs
# Whitelist bin
!bin/**/*

View File

@@ -1,4 +1,12 @@
[
{
"version": "3.1.6",
"changes": [
{
"note": "Include `bin` files"
}
]
},
{
"timestamp": 1582623685,
"version": "3.1.5",