Skip to content

Commit

Permalink
minor README update
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOpWibby committed Dec 18, 2024
1 parent 85fcd27 commit 83b0de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @netopwibby/order-object

Ever get annoyed when your `Object` keys aren't in alphabetical order? No? Just me?
Ever get annoyed when your `Object` keys aren't in alphabetical order? No? Just me?



Expand Down Expand Up @@ -55,4 +55,4 @@ MIT

## Prior Art

- [@webb/order-object](https://github.com/NetOpWibby/order-object/tree/node.js): I made this when Node.js was my best friend. Now Deno is my best friend.
- [@webb/order-object](https://github.com/NetOpWibby/order-object/tree/node.js): I made this when Node.js was my best friend. Now Deno is my best friend.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"exports": "./mod.ts",
"license": "MIT",
"name": "@netopwibby/order-object",
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit 83b0de1

Please sign in to comment.