Skip to content

Commit e4250dc

Browse files
committed
add missing dependency
1 parent 135c116 commit e4250dc

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,6 @@ All log entries, errors, and traces will be available for review — just not in
138138

139139
---
140140

141-
## 📦 Dependencies
142-
143-
- [Hump Class](https://github.com/vrld/hump/blob/master/class.lua)
144-
- [Inspect](https://github.com/kikito/inspect.lua)
145-
- [json.lua](https://github.com/rxi/json.lua)
146-
147-
---
148-
149141
## Documentation
150142

151143
### Observers
@@ -273,6 +265,15 @@ Feather is not meant to be used in production / final builds. It is meant to be
273265

274266
---
275267

268+
## 📦 Built-in Lua Dependencies
269+
270+
- [Hump Class](https://github.com/vrld/hump/blob/master/class.lua)
271+
- [Inspect](https://github.com/kikito/inspect.lua)
272+
- [json.lua](https://github.com/rxi/json.lua)
273+
- [log.lua](https://github.com/rxi/log.lua)
274+
275+
---
276+
276277
## 📋 Changelog
277278

278279
See [CHANGELOG.md](CHANGELOG.md) for the full release history.

0 commit comments

Comments
 (0)