Skip to content

Commit

Permalink
fix: add declaration files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
malangfox committed Dec 2, 2022
1 parent 3826ac2 commit 3a68971
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/axes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
},
"license": "MIT",
"homepage": "https://github.com/naver/egjs-axes",
"files": [
"./*",
"declaration/*",
"outjs/*",
"dist/*"
],
"dependencies": {
"@cfcs/core": "^0.0.4",
"@egjs/agent": "^2.2.1",
Expand Down
5 changes: 5 additions & 0 deletions packages/react-axes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"files": [
"./*",
"declaration/*",
"dist/*"
],
"dependencies": {
"@cfcs/react": "^0.0.4",
"@egjs/axes": "~3.8.2"
Expand Down
5 changes: 5 additions & 0 deletions packages/svelte-axes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
},
"license": "MIT",
"homepage": "https://github.com/naver/egjs-axes",
"files": [
"./*",
"declaration/*",
"dist/*"
],
"dependencies": {
"@cfcs/svelte": "~0.0.4",
"@egjs/axes": "~3.8.2"
Expand Down
5 changes: 5 additions & 0 deletions packages/vue-axes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"files": [
"./*",
"declaration/*",
"dist/*"
],
"dependencies": {
"@cfcs/vue3": "^0.0.4",
"@egjs/axes": "~3.8.2"
Expand Down
5 changes: 5 additions & 0 deletions packages/vue2-axes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"files": [
"./*",
"declaration/*",
"dist/*"
],
"dependencies": {
"@cfcs/vue2": "~0.0.4",
"@egjs/axes": "~3.8.2"
Expand Down

0 comments on commit 3a68971

Please sign in to comment.