Skip to content

Commit

Permalink
New: Add manifest-icons to config-pwa
Browse files Browse the repository at this point in the history
Fix #2352 
Close #2357
  • Loading branch information
shivangg authored and molant committed May 7, 2019
1 parent a0a6b54 commit 0d53ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/configuration-progressive-web-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ and it will be as if you had this:
"manifest-app-name": "error",
"manifest-exists": "error",
"manifest-file-extension": "error",
"manifest-icons": "error",
"manifest-is-valid": "error",
...
},
Expand Down
1 change: 1 addition & 0 deletions packages/configuration-progressive-web-apps/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"manifest-app-name": "error",
"manifest-exists": "error",
"manifest-file-extension": "error",
"manifest-icons": "error",
"manifest-is-valid": "error"
},
"hintsTimeout": 120000,
Expand Down
1 change: 1 addition & 0 deletions packages/configuration-progressive-web-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@hint/hint-manifest-app-name": "^2.1.1",
"@hint/hint-manifest-exists": "^2.1.2",
"@hint/hint-manifest-file-extension": "^2.1.2",
"@hint/hint-manifest-icons": "^1.0.0",
"@hint/hint-manifest-is-valid": "^3.0.1",
"@hint/parser-manifest": "^2.0.2"
},
Expand Down

0 comments on commit 0d53ac5

Please sign in to comment.