Skip to content

Commit c13a325

Browse files
Merge pull request #114 from mxenabled/wes/e2eTests
npm pkg fix
2 parents ad9dbc1 + b7f6e59 commit c13a325

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
### Fixed
2727

2828
- SDK version now stays up to date when running `npm run dev:dependences`
29+
- Fix package.json for publishing
2930

3031
### Removed
3132

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/mxenabled/react-native-widget-sdk.git"
12+
"url": "git+https://github.com/mxenabled/react-native-widget-sdk.git"
1313
},
1414
"files": [
1515
"dist"

0 commit comments

Comments
 (0)