You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
MIT License
2
2
3
-
Copyright (c) 2023-present Richard
3
+
Copyright (c) 2024 Littensy
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
An opinionated collection of useful hooks and utilites for Roblox-TS and [Roact Hooked](https://github.com/littensy/rbxts-roact-hooked/).
8
+
An opinionated collection of useful hooks and utilites for Roblox-TS and [React TS](https://github.com/littensy/rbxts-react).
9
9
10
-
Every hook has documentation and tests. If you find a bug or have a feature request, please [open an issue](https://github.com/littensy/pretty-roact-hooks/issues/new/).
10
+
If you find a bug or have a feature request, please [open an issue](https://github.com/littensy/pretty-react-hooks/issues/new/).
11
11
12
12
13
13
@@ -21,8 +21,7 @@ Check out some featured hooks:
21
21
22
22
This package also exports some useful utilities:
23
23
24
-
-[🧪 `renderHook`](src/utils/testez.tsx) - Render a hook in a test environment
25
-
-[📕 `hoarcekat`](src/utils/hoarcekat.tsx) - Create a Hoarcekat story with hook detection
24
+
-[📕 `hoarcekat`](src/utils/hoarcekat.tsx) - Create a Hoarcekat story
26
25
-[📦 `binding utils`](src/utils/binding.ts) - Work with values that may or may not be bindings
27
26
28
27
Or, see the [full list of hooks](src/).
@@ -31,16 +30,12 @@ Or, see the [full list of hooks](src/).
31
30
32
31
## 📦 Installation
33
32
34
-
This package is available for Roblox TypeScript projects on [NPM](https://www.npmjs.com/package/@rbxts/pretty-roact-hooks).
33
+
This package is available for Roblox TypeScript projects on [NPM](https://www.npmjs.com/package/@rbxts/pretty-react-hooks).
0 commit comments