Skip to content

Commit

Permalink
fix: pika -> skypack
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Aug 23, 2020
1 parent a275556 commit dfa769a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ import {
isNumber,
EventBus,
base64Encode,
} from 'https://cdn.pika.dev/vtils@3.36.2'
} from 'https://cdn.skypack.dev/vtils@3.36.2'

// 类型工具库
import {
OmitStrict,
LiteralUnion,
PartialDeep,
} from 'https://cdn.pika.dev/vtils@3.36.2/types'
} from 'https://cdn.skypack.dev/vtils@3.36.2/types'
```

## 许可
Expand Down

0 comments on commit dfa769a

Please sign in to comment.