Skip to content

Commit 7beedec

Browse files
committed
Update package.json
- Convert indentation to tabs. - Update author info.
1 parent dbb6ffb commit 7beedec

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

package.json

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
{
2-
"name": "css-to-html",
3-
"version": "1.0.0",
4-
"description": "Generate HTML documents from CSS.",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
7-
"type": "module",
8-
"scripts": {
9-
"test": "echo \"Error: no test specified\" && exit 1"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/CSS-Canvas/CSS-to-HTML.git"
14-
},
15-
"keywords": [
16-
"css",
17-
"html",
18-
"generator",
19-
"converter"
20-
],
21-
"author": "Giga",
22-
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/CSS-Canvas/CSS-to-HTML/issues"
25-
},
26-
"homepage": "https://github.com/CSS-Canvas/CSS-to-HTML#readme"
2+
"name": "css-to-html",
3+
"version": "1.0.0",
4+
"description": "Generate HTML documents from CSS.",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"type": "module",
8+
"scripts": {
9+
"test": "echo \"Error: no test specified\" && exit 1"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/CSS-Canvas/CSS-to-HTML.git"
14+
},
15+
"keywords": [
16+
"css",
17+
"html",
18+
"generator",
19+
"converter"
20+
],
21+
"author": {
22+
"name": "Giga",
23+
"email": "contact@zakweb.dev",
24+
"url": "https://zakweb.dev/"
25+
},
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/CSS-Canvas/CSS-to-HTML/issues"
29+
},
30+
"homepage": "https://github.com/CSS-Canvas/CSS-to-HTML#readme"
2731
}

0 commit comments

Comments
 (0)