Skip to content

Commit

Permalink
feat: npm icons for related extensions
Browse files Browse the repository at this point in the history
Add NPM icon to `package.json` and `.npmignore`

#54
  • Loading branch information
leonardssh committed Feb 5, 2022
1 parent 1c5e823 commit 117df35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
],
"KNOWN_EXTENSIONS": {
"nodemon.json": { "image": "nodemon" },
"package.json": { "image": "npm" },
"/\\.prettier((rc)|(\\.(toml|yml|yaml|json|js))?$){2}/i": {
"image": "prettier"
},
Expand Down Expand Up @@ -315,6 +316,7 @@
".nimble": { "image": "nim" },
".nix": { "image": "nix" },
".npmrc": { "image": "npm" },
".npmignore": { "image": "npm" },
"/\\.mm?$/i": { "image": "objective-c" },
".pch": { "image": "objective-c" },
".x": { "image": "objective-c" },
Expand Down

0 comments on commit 117df35

Please sign in to comment.