Skip to content

Commit 41aa636

Browse files
authored
Livraison de la version 1.1.1 (#156)
* Fix issue 154 about bad path to main module in package.json (#155)
1 parent 0b7bf78 commit 41aa636

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog
22

3+
## [1.1.1] - 2022-08-18
4+
5+
### Fixed
6+
[Issue 154](https://github.com/Lunotte/react-http-request-handler/issues/154) iOS - react-native bundle in a project that implements RH2
7+
38
## [1.1.0] - 2022-04-28
49

510
### Added

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-http-request-handler",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": false,
55
"license": "MIT",
66
"repository": {
@@ -83,10 +83,10 @@
8383
"redux": "^4.1.0",
8484
"reselect": "^4.0.0"
8585
},
86-
"main": "lib\\commonjs\\index.js",
87-
"react-native": "src\\index.ts",
88-
"module": "lib\\module\\index.js",
89-
"types": "lib\\typescript\\src\\index.d.ts",
86+
"main": "lib/commonjs/index.js",
87+
"react-native": "src/index.ts",
88+
"module": "lib/module/index.js",
89+
"types": "lib/typescript/src/index.d.ts",
9090
"files": [
9191
"src",
9292
"lib",

0 commit comments

Comments
 (0)