Skip to content

Commit 7c845c4

Browse files
committed
style(package): resolve clinton report error
1 parent 81fa839 commit 7c845c4

4 files changed

Lines changed: 18 additions & 21 deletions

File tree

File renamed without changes.
File renamed without changes.

package.json

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"name": "slims",
3-
"title": "slims",
43
"version": "0.5.0",
54
"description": "Vanilla CSS framework",
5+
"license": "MIT",
6+
"repository": "gitscrum/slims",
7+
"homepage": "gitscrum/slims#readme",
8+
"bugs": "gitscrum/slims/issues",
9+
"author": {
10+
"name": "Ivan Demidov",
11+
"email": "Scrum@list.ru",
12+
"url": "https://twitter.com/Scrum_"
13+
},
614
"main": "dist/slims.min.css",
7-
"files": [
8-
"dist/"
9-
],
15+
"engines": {
16+
"node": ">=4"
17+
},
1018
"scripts": {
1119
"commitmsg": "conventional-changelog-lint -e",
1220
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog v`npm view post-config version`\"",
@@ -16,26 +24,13 @@
1624
"deploy": "gulp deploy",
1725
"update": "updtr"
1826
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/GitScrum/slims.git"
22-
},
27+
"files": [
28+
"dist/"
29+
],
2330
"keywords": [
2431
"CSS",
2532
"Framework"
2633
],
27-
"author": {
28-
"name": "GitScrum",
29-
"url": "https1://github.com/GitScrum"
30-
},
31-
"license": {
32-
"type": "MIT",
33-
"url": "http://opensource.org/licenses/MIT"
34-
},
35-
"bugs": {
36-
"url": "https://github.com/GitScrum/slims/issues"
37-
},
38-
"homepage": "https://github.com/GitScrum/slim",
3934
"devDependencies": {
4035
"babel-preset-es2015-node6": "^0.4.0",
4136
"babel-register": "^6.18.0",
@@ -96,7 +91,9 @@
9691
],
9792
"xo": [
9893
"off"
99-
]
94+
],
95+
"ava": [
96+
"off"]
10097
}
10198
}
10299
}
File renamed without changes.

0 commit comments

Comments
 (0)