diff --git a/.npmrc b/.npmrc
deleted file mode 100644
index 4cb0823..0000000
--- a/.npmrc
+++ /dev/null
@@ -1 +0,0 @@
-@marceloterreiro:registry=https://npm.pkg.github.com
\ No newline at end of file
diff --git a/README.md b/README.md
index 889d2e9..9ec429b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
This is the monorepo for Flash Calendar, an incredibly fast and flexible library to build calendars in React Native.
-
+
## Contributing
diff --git a/package.json b/package.json
index 796ca21..87f027a 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -36,5 +36,6 @@
"turbo": "^1.12.1",
"typescript": "^5.3.3"
},
- "packageManager": "bun@1.0.25"
+ "packageManager": "bun@1.0.25",
+ "version": ""
}
diff --git a/packages/flash-calendar/package.json b/packages/flash-calendar/package.json
index 5db22a1..58611eb 100644
--- a/packages/flash-calendar/package.json
+++ b/packages/flash-calendar/package.json
@@ -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",