Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Jul 24, 2024
1 parent ef711e9 commit f81d2da
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "ts-redux-next",
"version": "0.0.0",
"private": true,
"homepage": "https://morewings.github.io/ts-redux-next/",
"repository": {
"type": "git",
"url": "https://github.com/morewings/ts-redux-next.git"
},
"bugs": {
"url": "https://github.com/morewings/ts-redux-next/issues"
},
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit f81d2da

Please sign in to comment.