Skip to content

Commit c87ee7b

Browse files
committed
Add additional information to npm
1 parent 121ef00 commit c87ee7b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "@rbxts/layoututil",
3-
"version": "2.0.0",
4-
"description": "",
3+
"version": "2.0.2",
4+
"description": "Calculates and inserts UIAspectRatioConstraints, based on the UIGridLayout/UIListLayout provided, to maintain each child element's aspect ratio.",
5+
"keywords": ["game", "library", "ui", "roblox", "rbxts"],
6+
"homepage": "https://github.com/ok-nick/LayoutUtil/blob/master/README.md",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/ok-nick/LayoutUtil"
10+
},
511
"main": "out/init.lua",
612
"scripts": {
713
"prepublishOnly": "rbxtsc",
814
"eslint": "eslint typings/** --max-warnings 0"
915
},
10-
"keywords": [],
1116
"author": "ok-nick",
1217
"license": "MIT",
1318
"publishConfig": {

0 commit comments

Comments
 (0)