Skip to content

Commit

Permalink
doc: rename umi to ahooks
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed May 27, 2020
1 parent 92aeac1 commit acca04e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 32 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 umijs
Copyright (c) 2019 ahooks

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ React Hooks Library.

## 📚 Document

* [English](https://hooks.umijs.org/)
* [中文](https://hooks.umijs.org/zh-CN/)
* [English](https://ahooks.js.org/)
* [中文](https://ahooks.js.org/zh-CN/)

## ✨ Features

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ React Hooks Library.

## 📚 文档

* [English](https://hooks.umijs.org/)
* [中文](https://hooks.umijs.org/zh-CN/)
* [English](https://ahooks.js.org/)
* [中文](https://ahooks.js.org/zh-CN/)

## ✨ 特性

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default () => (
<iframe
src="https://codesandbox.io/embed/jovial-smoke-jx7o1?fontsize=14&hidenavigation=1&theme=dark"
style={{ width: '100%', height: 500, border: 0, borderRadius: 4, overflow: 'hidden' }}
title="demo for umi hooks"
title="demo for ahooks"
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
>
Expand Down
24 changes: 0 additions & 24 deletions now.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/hooks/.fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IBundleOptions } from 'father-build';

const options: IBundleOptions = {
umd: {
name: 'umijsHooks',
name: 'ahooks',
globals: {
'react': 'React',
}
Expand Down
2 changes: 1 addition & 1 deletion packages/use-request/.fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IBundleOptions } from 'father-build';

const options: IBundleOptions = {
umd: {
name: 'umijsUseRequest',
name: 'ahooksUseRequest',
globals: {
'react': 'React',
}
Expand Down

0 comments on commit acca04e

Please sign in to comment.