Skip to content

Commit

Permalink
update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxcastillo committed Mar 3, 2024
1 parent 5063674 commit 704af69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.0.0",
"private": true,
"description": "Solid.js forms",
"repository": "https://github.com/gxxcastillo/solid-forms",
"repository": {
"type": "git",
"url": "https://github.com/gxxcastillo/solid-forms"
},
"scripts": {
"clean": "pnpm clean:modules && pnpm clean:dist",
"clean:modules": "find . -name 'node_modules' -print -type d -prune -exec rm -rf '{}' + ",
Expand Down

0 comments on commit 704af69

Please sign in to comment.