Skip to content

Commit b0868f1

Browse files
committed
minor pkg json fixes
1 parent c479827 commit b0868f1

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.npmrc

-1
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

99
## Contributing
1010

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/MarceloPrado/flash-calendar"
11+
"url": "git+https://github.com/MarceloPrado/flash-calendar.git"
1212
},
1313
"scripts": {
1414
"analyze:bundle": "scripts/analyze-bundle.sh",
@@ -36,5 +36,6 @@
3636
"turbo": "^1.12.1",
3737
"typescript": "^5.3.3"
3838
},
39-
"packageManager": "[email protected]"
39+
"packageManager": "[email protected]",
40+
"version": ""
4041
}

packages/flash-calendar/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.0.5",
44
"private": false,
55
"description": "A better calendar for React Native.",
6-
"repository": "github.com/marceloprado/flash-calendar",
6+
"repository": {
7+
"type": "git",
8+
"url": "github.com/marceloprado/flash-calendar"
9+
},
710
"license": "MIT",
811
"author": "Marcelo Prado",
912
"main": "./dist/index.js",

0 commit comments

Comments
 (0)