Skip to content

Commit

Permalink
add(pkg):sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
bean authored and bean committed Feb 1, 2023
1 parent e121ec1 commit 7270d1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-http-kit",
"version": "1.1.4",
"version": "1.1.5",
"description": "A normalized HttpClient based by rxjs",
"main": "lib/index.js",
"module": "lib/index.es.js",
Expand Down Expand Up @@ -103,5 +103,6 @@
"axios": {
"optional": true
}
}
},
"sideEffects": false
}

0 comments on commit 7270d1b

Please sign in to comment.