Skip to content

Commit

Permalink
minor pkg json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceloPrado committed Feb 23, 2024
1 parent c479827 commit b0868f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is the monorepo for Flash Calendar, an incredibly fast and flexible library to build calendars in React Native.

<img src="./apps/docs/static/img/hero.png" width="800px"/>
<img src="./apps/docs/static/img/cover.png" width="800px"/>

## Contributing

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/MarceloPrado/flash-calendar"
"url": "git+https://github.com/MarceloPrado/flash-calendar.git"
},
"scripts": {
"analyze:bundle": "scripts/analyze-bundle.sh",
Expand Down Expand Up @@ -36,5 +36,6 @@
"turbo": "^1.12.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"version": ""
}
5 changes: 4 additions & 1 deletion packages/flash-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.0.5",
"private": false,
"description": "A better calendar for React Native.",
"repository": "github.com/marceloprado/flash-calendar",
"repository": {
"type": "git",
"url": "github.com/marceloprado/flash-calendar"
},
"license": "MIT",
"author": "Marcelo Prado",
"main": "./dist/index.js",
Expand Down

0 comments on commit b0868f1

Please sign in to comment.