Skip to content

Commit 1247b3f

Browse files
committed
chore: add files to package.json
1 parent 4161557 commit 1247b3f

File tree

6 files changed

+21
-1
lines changed

6 files changed

+21
-1
lines changed

packages/browser/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"types": "./dist/index.d.ts",
1515
"main": "./dist/index.cjs",
1616
"module": "./dist/index.esm.js",
17+
"files": [
18+
"dist",
19+
"src"
20+
],
1721
"author": {
1822
"name": "Vitalij Ryndin",
1923
"email": "[email protected]",

packages/logger/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"types": "./dist/index.d.ts",
1818
"main": "./dist/index.cjs",
1919
"module": "./dist/index.esm.js",
20+
"files": [
21+
"dist",
22+
"src"
23+
],
2024
"scripts": {
2125
"dev": "microbundle watch",
2226
"build": "del-cli dist && microbundle -i src/index.ts -i src/rotation.ts"

packages/nest/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
},
1212
"types": "./dist/index.d.ts",
1313
"main": "./dist/index.cjs",
14+
"files": [
15+
"dist",
16+
"src"
17+
],
1418
"author": {
1519
"name": "Vitalij Ryndin",
1620
"email": "[email protected]",

packages/node/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"main": "./dist/index.cjs",
1515
"types": "./dist/index.d.ts",
1616
"module": "./dist/index.esm.js",
17+
"files": [
18+
"dist",
19+
"src"
20+
],
1721
"author": {
1822
"name": "Vitalij Ryndin",
1923
"email": "[email protected]",

packages/utils/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"types": "./dist/index.d.ts",
1212
"main": "./dist/index.cjs",
1313
"module": "./dist/index.esm.js",
14+
"files": [
15+
"dist",
16+
"src"
17+
],
1418
"scripts": {
1519
"dev": "microbundle watch",
1620
"build": "del-cli dist && microbundle --format esm,cjs"

packages/writer

Submodule writer updated 1 file

0 commit comments

Comments
 (0)