Skip to content

Commit

Permalink
Package.json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Nov 20, 2024
1 parent 4503a07 commit f74ac8b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"description": "Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on shadcn/ui.",
"version": "1.0.0",
"bin": {
"next-forge": "./scripts/init.js"
"next-forge": "scripts/init.js"
},
"files": ["scripts/init.js"],
"files": [
"scripts/init.js"
],
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
Expand Down Expand Up @@ -70,6 +72,9 @@
"typescript": "^5.6.3",
"ultracite": "4.1.6"
},
"repository": "haydenbleasel/roadmap-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/haydenbleasel/roadmap-ui.git"
},
"author": "Hayden Bleasel <hello@haydenbleasel.com>"
}

0 comments on commit f74ac8b

Please sign in to comment.