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

Commit 8a65a74

Browse files
committed
old coding format and addition of package-lock.json in .gitignore
1 parent af0e79f commit 8a65a74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
/installation/template/css/template.min.css
2929
/installation/template/css/template.css
3030
/templates/cassiopeia/css
31-
31+
/package-lock.json
32+
/administrator/components/com_media/package-lock.json
3233
# Test Related Files #
3334
/phpunit.xml
3435
selenium.log

build/media_source/system/js/fields/pagebuilder/components/elements/item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
...mapGetters([
6666
'getType'
6767
]),
68-
classes() {
68+
classes() {
6969
return [
7070
'item',
7171
`${this.element.key>1 ?'':'col-10'}`,

0 commit comments

Comments
 (0)