Skip to content

Commit 637f3b3

Browse files
authored
Merge pull request #5 from briandrum/update-package
Standardize package.json
2 parents a929478 + ff776ac commit 637f3b3

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

package.json

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
{
22
"name": "suitcss-utils-flex",
3-
"description": "Flexbox utilities for SUIT CSS",
43
"version": "1.1.1",
5-
"style": "index.css",
4+
"description": "Flexbox utilities for SUIT CSS",
5+
"keywords": [
6+
"browser",
7+
"css-utilities",
8+
"flex",
9+
"flexbox",
10+
"suitcss",
11+
"style"
12+
],
13+
"homepage": "https://github.com/suitcss/utils-flex#readme",
14+
"bugs": "https://github.com/suitcss/utils-flex/labels/bug",
15+
"license": "MIT",
16+
"author": "Simon Smith",
617
"files": [
718
"index.css",
819
"index.js",
920
"lib"
1021
],
11-
"devDependencies": {
12-
"stylelint-config-suitcss": "^4.0.0",
13-
"suitcss-components-test": "*",
14-
"suitcss-preprocessor": "^1.0.0",
15-
"suitcss-utils-display": "^1.0.0",
16-
"suitcss-utils-size": "^1.0.0"
22+
"style": "index.css",
23+
"repository": {
24+
"type": "git",
25+
"url": "git://github.com/suitcss/utils-flex"
1726
},
1827
"scripts": {
1928
"build": "npm run setup && npm run preprocess",
@@ -25,17 +34,11 @@
2534
"watch": "npm run preprocess-test -- -w -v",
2635
"test": "npm run lint"
2736
},
28-
"repository": {
29-
"type": "git",
30-
"url": "git://github.com/suitcss/utils-flex"
31-
},
32-
"keywords": [
33-
"browser",
34-
"css-utilities",
35-
"flex",
36-
"flexbox",
37-
"suitcss",
38-
"style"
39-
],
40-
"dependencies": {}
37+
"devDependencies": {
38+
"stylelint-config-suitcss": "^4.0.0",
39+
"suitcss-components-test": "*",
40+
"suitcss-preprocessor": "^1.0.0",
41+
"suitcss-utils-display": "^1.0.0",
42+
"suitcss-utils-size": "^1.0.0"
43+
}
4144
}

0 commit comments

Comments
 (0)