Skip to content

Commit

Permalink
fix(react, react-query): remove unnecessary files by package.json's f…
Browse files Browse the repository at this point in the history
…iles (#109)

* fix(react, react-query): remove unnecessary files by package.json's files

* Create tiny-swans-work.md
  • Loading branch information
manudeli authored Aug 6, 2023
1 parent f9682e8 commit eb8b6a9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/tiny-swans-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@suspensive/react-query": patch
"@suspensive/react": patch
---

fix(react, react-query): remove unnecessary files by package.json's files
6 changes: 6 additions & 0 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"!**/*/__test__",
"!**/*/_category_.json"
],
"scripts": {
"build": "tsup",
"lint": "eslint \"**/*.ts*\"",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"!**/*/__test__",
"!**/*/_category_.json"
],
"scripts": {
"build": "tsup",
"lint": "eslint \"**/*.ts*\"",
Expand Down

1 comment on commit eb8b6a9

@vercel
Copy link

@vercel vercel bot commented on eb8b6a9 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization-git-main-suspensive.vercel.app
visualization-suspensive.vercel.app
visualization.suspensive.org

Please sign in to comment.