Include bin in npm publish (#2496)
* Include bin in npm publish * Include bin in files * Update CHANGELOG * Changelog
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "5.2.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Include `bin` files"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582623685,
|
||||
"version": "5.2.1",
|
||||
|
@@ -113,6 +113,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"bin/*",
|
||||
"templates/*",
|
||||
"*.js",
|
||||
"*.ts",
|
||||
|
@@ -8,3 +8,5 @@
|
||||
/lib/monorepo_scripts/
|
||||
# Package specific ignore
|
||||
/docs
|
||||
# Whitelist bin
|
||||
!bin/**/*
|
||||
|
@@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "3.1.6",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Include `bin` files"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582623685,
|
||||
"version": "3.1.5",
|
||||
|
Reference in New Issue
Block a user