Skip to content

Commit 19a06fa

Browse files
authored
Merge pull request #21 from briandrum/update-package
Standardize package.json
2 parents be2161d + 0b3ff0b commit 19a06fa

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

package.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
{
22
"name": "suitcss-components-button",
3-
"description": "Structural button styles for SUIT CSS",
43
"version": "5.0.0",
5-
"style": "index.css",
4+
"description": "Structural button styles for SUIT CSS",
5+
"keywords": [
6+
"browser",
7+
"css-components",
8+
"button",
9+
"suitcss",
10+
"style"
11+
],
12+
"homepage": "https://github.com/suitcss/components-button#readme",
13+
"bugs": "https://github.com/suitcss/components-button/labels/bug",
14+
"license": "MIT",
15+
"author": "Nicolas Gallagher",
616
"files": [
717
"index.css",
818
"lib"
919
],
10-
"devDependencies": {
11-
"stylelint-config-suitcss": "^4.0.0",
12-
"suitcss-components-test": "*",
13-
"suitcss-preprocessor": "^1.0.1"
20+
"style": "index.css",
21+
"repository": {
22+
"type": "git",
23+
"url": "git://github.com/suitcss/components-button.git"
1424
},
15-
"license": "MIT",
1625
"scripts": {
1726
"build": "npm run setup && npm run preprocess",
1827
"build-test": "npm run setup && npm run preprocess-test",
@@ -23,15 +32,9 @@
2332
"watch": "npm run preprocess-test -- -w -v",
2433
"test": "npm run lint"
2534
},
26-
"repository": {
27-
"type": "git",
28-
"url": "git://github.com/suitcss/components-button.git"
29-
},
30-
"keywords": [
31-
"browser",
32-
"css-components",
33-
"button",
34-
"suitcss",
35-
"style"
36-
]
35+
"devDependencies": {
36+
"stylelint-config-suitcss": "^4.0.0",
37+
"suitcss-components-test": "*",
38+
"suitcss-preprocessor": "^1.0.1"
39+
}
3740
}

0 commit comments

Comments
 (0)