8000 Update package.json · css-ui/css-ui@19edfa1 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 19edfa1

Browse files
authored
Update package.json
1 parent e1e4030 commit 19edfa1

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
2-
"name": "css-ui",
3-
"version": "2.3.0",
4-
"description": "Basic styles for simple websites.",
5-
"main": "cssui.css",
6-
"repository": "https://github.com/css-ui/css-ui.git",
7-
"author": "Zdeněk Papučík",
8-
"license": "MIT",
9-
"bugs": "https://github.com/css-ui/css-ui/issues",
10-
"homepage": "https://github.com/css-ui/css-ui"
2+
"name": "css-ui",
3+
"version": "2.3.0",
4+
"description": "Basic styles for simple websites.",
5+
"main": "cssui.css",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/css-ui/css-ui.git"
9+
},
10+
"keywords": [
11+
"css"
12+
],
13 604F +
"author": "Zdeněk Papučík",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/css-ui/css-ui/issues"
17+
},
18+
"homepage": "https://github.com/css-ui/css-ui#readme"
1119
}

0 commit comments

Comments
 (0)
0