Skip to content

Commit

Permalink
Move Pug to alphabetical order in components.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Oct 19, 2017
1 parent b41d571 commit 89b8662
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@ var components = {
"title": "J",
"owner": "Golmote"
},
"pug": {
"title": "Pug",
"require": "javascript",
"owner": "Golmote"
},
"java": {
"title": "Java",
"require": "clike",
Expand Down Expand Up @@ -443,6 +438,11 @@ var components = {
"require": "clike",
"owner": "just-boris"
},
"pug": {
"title": "Pug",
"require": "javascript",
"owner": "Golmote"
},
"puppet": {
"title": "Puppet",
"owner": "Golmote"
Expand Down

0 comments on commit 89b8662

Please sign in to comment.