Skip to content

Commit bcdb30e

Browse files
Enhance package metadata and bump version to 1.0.25
Add repository information, keywords, and author details. Fix description formatting by removing leading space. Change license from ISC to MIT.
1 parent 25f3988 commit bcdb30e

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

packages/main/package.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launch.css",
3-
"version": "1.0.24",
4-
"description": " A classless CSS framework built for speed. Style your website later—build it now.",
3+
"version": "1.0.25",
4+
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
55
"homepage": "https://launch-css.dev",
66
"main": "dist/index.css",
77
"scripts": {
@@ -10,9 +10,25 @@
1010
"test": "echo \"Error: no test specified\" && exit 1",
1111
"prepublish": "pnpm run build"
1212
},
13-
"keywords": [],
14-
"author": "",
15-
"license": "ISC",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/TorstenDittmann/launch.css.git"
16+
},
17+
"keywords": [
18+
"css",
19+
"framework",
20+
"classless",
21+
"lightweight",
22+
"minimal",
23+
"responsive",
24+
"fast",
25+
"simple",
26+
"semantic",
27+
"html",
28+
"stylesheet"
29+
],
30+
"author": "Torsten Dittmann",
31+
"license": "MIT",
1632
"devDependencies": {
1733
"modern-normalize": "^3.0.1",
1834
"sass": "^1.86.3"

0 commit comments

Comments
 (0)