Skip to content

Commit

Permalink
chore: move filesand some little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jun 6, 2023
1 parent 57d9fe5 commit 358f549
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package-lock.json
node_modules
templates
website
dist
packages
.turbo
public
.cache
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "usehooks-ts",
"private": true,
"version": "2.9.1",
"description": "React hook library, ready to use, written in Typescript.",
"author": "Julien CARON <[email protected]>",
"homepage": "https://usehooks-ts.com",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"^build"
],
"outputs": [
".next/**",
"!.next/cache/**",
".cache",
"public",
"dist"
]
},
Expand Down

0 comments on commit 358f549

Please sign in to comment.