Skip to content

Commit

Permalink
Fix: Add package descriptions
Browse files Browse the repository at this point in the history
Fix #838
Close #839
  • Loading branch information
alrra committed Feb 23, 2018
1 parent 4de3ffa commit 0158be6
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/rule-amp-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"amphtml-validator": "^1.0.21"
},
"description": "",
"description": "sonarwhal rule that validates AMP HTML pages using the AMP Validator",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-apple-touch-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"image-size": "^0.6.2"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to the apple-touch-icons",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"axe-core": "^3.0.0-beta.1"
},
"description": "",
"description": "sonarwhal rule that checks using aXe for accessibility related best practices",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-content-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"content-type": "^1.0.4"
},
"description": "",
"description": "sonarwhal rule that checks for media types (f.k.a. MIME types) related best practices",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-disown-opener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pluralize": "^7.0.0",
"same-origin": "^0.1.1"
},
"description": "",
"description": "sonarwhal rule that checks if external links disown the opener",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-highest-available-document-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to usage of the X-UA-Compatible meta tag and response header",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-html-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"html-validator": "^2.2.3",
"lodash.uniqby": "^4.7.0"
},
"description": "",
"description": "sonarwhal rule that validates HTML pages using the Nu HTML checker",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-http-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"pluralize": "^7.0.0"
},
"description": "",
"description": "sonarwhal rule that checks for HTTP caching related best practices",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-http-compression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"brotli": "^1.3.2",
"mime-db": "^1.32.0"
},
"description": "",
"description": "sonarwhal rule that checks for HTTP compression related best practices",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-image-optimization-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fs-extra": "^5.0.0",
"image-size": "^0.6.2"
},
"description": "",
"description": "sonarwhal rule that checks using Cloudinary's API if images are optimized",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-manifest-app-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"punycode": "^2.1.0"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to the web app manifest's name and short_name members",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-manifest-exists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks if a web app manifest file was specified and it exists",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-manifest-file-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks if the web app manifest file has the correct file extension",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-manifest-is-valid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks if the web app manifest file is valid",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-meta-charset-utf-8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to the meta charset",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-meta-viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"metaviewport-parser": "^0.2.0"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to the meta viewport",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-no-disallowed-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"pluralize": "^7.0.0"
},
"description": "",
"description": "sonarwhal rule that checks if disallowed response headers are sent",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-no-friendly-error-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks if protocol relative URLs are used",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-no-html-only-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"pluralize": "^7.0.0"
},
"description": "",
"description": "sonarwhal rule that checks if HTML document only response headers are sent for other resources",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-no-http-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"pluralize": "^7.0.0"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to HTTP redirects",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-no-protocol-relative-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks if protocol relative URLs are used",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pluralize": "^7.0.0",
"semver": "^5.5.0"
},
"description": "",
"description": "sonarwhal rule that checks using Snyk for vulnerable JavaScript libraries",
"devDependencies": {
"angular": "1.4.9",
"ava": "^0.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-performance-budget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks if a page passes a set performance budget",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-ssllabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"node-ssllabs": "^0.5.0"
},
"description": "",
"description": "sonarwhal rule that checks using SSL Labs for best practices related to the website's SSL configuration",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-strict-transport-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to the usage of the Strict-Transport-Security response header",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-validate-set-cookie-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to the usage of the Set-Cookie response header.",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-x-content-type-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"timeout": "1m"
},
"description": "",
"description": "sonarwhal rule that checks for best practices related to the usage of the X-Content-Type-Options response header.",
"devDependencies": {
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down

0 comments on commit 0158be6

Please sign in to comment.