Skip to content

Commit

Permalink
fix(type):
Browse files Browse the repository at this point in the history
  • Loading branch information
bean authored and bean committed Oct 18, 2022
1 parent dba15e1 commit 21fdf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "rx-http-kit",
"version": "1.1.1",
"version": "1.1.2",
"description": "HTTP Client Development Kit based by rxjs",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "index.d.ts",
"types": "types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 21fdf8c

Please sign in to comment.