Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
old coding format and addition of package-lock.json in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisaxena23 committed Feb 2, 2020
1 parent af0e79f commit 8a65a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
/installation/template/css/template.min.css
/installation/template/css/template.css
/templates/cassiopeia/css

/package-lock.json
/administrator/components/com_media/package-lock.json
# Test Related Files #
/phpunit.xml
selenium.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
...mapGetters([
'getType'
]),
classes() {
classes() {
return [
'item',
`${this.element.key>1 ?'':'col-10'}`,
Expand Down

0 comments on commit 8a65a74

Please sign in to comment.