mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
fix(utils): include all ts files (#1267)
Also remove superfluous GLOB in other packages. Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
This commit is contained in:
parent
600309425d
commit
c284159ac8
@ -151,8 +151,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"bundle",
|
"bundle",
|
||||||
"src/*.ts",
|
"src/**/*.ts",
|
||||||
"src/lib/**/*.ts",
|
|
||||||
"!**/*.spec.*",
|
"!**/*.spec.*",
|
||||||
"!**/*.json",
|
"!**/*.json",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
|
|||||||
@ -98,9 +98,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"bundle",
|
"bundle",
|
||||||
"src/*.ts",
|
"src/**/*.ts",
|
||||||
"src/lib/**/*.ts",
|
|
||||||
"src/proto/**/*.ts",
|
|
||||||
"!**/*.spec.*",
|
"!**/*.spec.*",
|
||||||
"!**/*.json",
|
"!**/*.json",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
|
|||||||
@ -77,9 +77,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"bundle",
|
"bundle",
|
||||||
"src/*.ts",
|
"src/**/*.ts",
|
||||||
"src/lib/**/*.ts",
|
|
||||||
"src/proto/**/*.ts",
|
|
||||||
"!**/*.spec.*",
|
"!**/*.spec.*",
|
||||||
"!**/*.json",
|
"!**/*.json",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
|
|||||||
@ -75,7 +75,6 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"bundle",
|
"bundle",
|
||||||
"src/*.ts",
|
|
||||||
"src/**/*.ts",
|
"src/**/*.ts",
|
||||||
"!**/*.spec.*",
|
"!**/*.spec.*",
|
||||||
"!**/*.json",
|
"!**/*.json",
|
||||||
|
|||||||
@ -89,9 +89,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"bundle",
|
"bundle",
|
||||||
"src/*.ts",
|
"src/**/*.ts",
|
||||||
"src/lib/**/*.ts",
|
|
||||||
"src/proto/**/*.ts",
|
|
||||||
"!**/*.spec.*",
|
"!**/*.spec.*",
|
||||||
"!**/*.json",
|
"!**/*.json",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user