Skip to content

Commit

Permalink
chore: fix list of published files
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhayon committed Jul 15, 2023
1 parent d308887 commit 3b6a75c
Show file tree
Hide file tree
Showing 25 changed files with 100 additions and 100 deletions.
8 changes: 4 additions & 4 deletions packages/cache-effect-ts-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/cache-effect-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/cache-fp-ts-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/cache-fp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/cache-raw-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/cache-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec-effect-ts-io-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec-effect-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec-fp-ts-io-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec-fp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec-raw-io-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/effect-effect-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/effect-fp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/effect-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/log-effect-ts-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/log-effect-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/log-fp-ts-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/log-fp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/log-raw-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"_prebild": "npm run clean",
Expand Down
8 changes: 4 additions & 4 deletions packages/log-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"!*.map",
"*.md",
"!*.test.*"
"!**/*.map",
"!**/*.test.*",
"/*.md",
"/dist"
],
"scripts": {
"build": "tsc -b",
Expand Down

0 comments on commit 3b6a75c

Please sign in to comment.