diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd25ae..eb30d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - SDK version now stays up to date when running `npm run dev:dependences` +- Fix package.json for publishing ### Removed diff --git a/package.json b/package.json index d0f610c..bce07c0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/mxenabled/react-native-widget-sdk.git" + "url": "git+https://github.com/mxenabled/react-native-widget-sdk.git" }, "files": [ "dist"