We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a011e4 commit d62278fCopy full SHA for d62278f
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"homepage": "http://csslint.net/",
10
"repository": {
11
"type": "git",
12
- "url": "https://github.com/CSSLint/csslint.git"
+ "url": "git+https://github.com/CSSLint/csslint.git"
13
},
14
"bugs": {
15
"url": "https://github.com/CSSLint/csslint/issues"
@@ -40,9 +40,6 @@
40
"engines": {
41
"node": ">=0.10.0"
42
43
- "directories": {
44
- "test": "tests"
45
- },
46
"files": [
47
"dist/cli.js",
48
"dist/csslint-node.js",
0 commit comments