8000 Update package.json · css-ui/css-ui@94c2041 · 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 94c2041

Browse files
authored
Update package.json
1 parent 2583e9e commit 94c2041

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

package.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,10 @@
22
"name": "css-ui",
33
"version": "2.3.0",
44
"description": "Basic styles for simple websites.",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/css-ui/css-ui.git"
12-
},
13-
"keywords": [
14-
"css"
15-
],
5+
"main": "cssui.css",
6+
"repository": "https://github.com/css-ui/css-ui.git"
167
"author": "Zdeněk Papučík",
178
"license": "MIT",
18-
"bugs": {
19-
"url": "https://github.com/css-ui/css-ui/issues"
20-
},
21-
"homepage": "https://github.com/css-ui/css-ui#readme"
9+
"bugs": "https://github.com/css-ui/css-ui/issues"
10+
"homepage": "https://github.com/css-ui/css-ui"
2211
}

0 commit comments

Comments
 (0)
0