Skip to content

Commit d59ba99

Browse files
authored
fix: correct information in README and package.json (#83)
1 parent 8438210 commit d59ba99

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Structured Objects
22

3-
Structured Objects is lightweight and powerful library for handling object in JavaScript/TypeScript in different types of data structures.
3+
Structured Objects is a lightweight and powerful library for manipulating objects in JavaScript and TypeScript across different types of data structures.
44

55
## Installation
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "@kasnix/structured-objects",
3-
"version": "1.5.0",
3+
"description": "A lightweight and powerful library for manipulating objects in JavaScript and TypeScript across different types of data structures.",
4+
"author": "Kasnix",
5+
"version": "1.5.1",
46
"repository": {
57
"type": "git",
68
"url": "git+https://github.com/luckasnix/structured-objects.git"

0 commit comments

Comments
 (0)