Skip to content

Commit e1d2b8e

Browse files
authored
Merge pull request #108 from wendux/fix-export
fix: export error
2 parents 92d20ba + beff7fc commit e1d2b8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
* email: 824783146@qq.com
44
* source code: https://github.com/wendux/Ajax-hook
55
**/
6-
export {hook, unHook}from "./src/xhr-hook"
7-
export {proxy, unProxy} from "./src/xhr-proxy"
6+
export { hook }from "./src/xhr-hook"
7+
export { proxy } from "./src/xhr-proxy"
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ajax-hook",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"main": "index.js",
55
"typings": "./index.d.ts",
66
"author": {

0 commit comments

Comments
 (0)