Skip to content

Commit 29384d2

Browse files
author
Joeri
committed
Update release
1 parent eec5c11 commit 29384d2

6 files changed

Lines changed: 4 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ composer.phar
66
composer.lock
77
phpunit.xml
88
.phpunit.result.cache
9-
.DS_Store
10-
Thumbs.db
9+
.DS_Store

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Marek Racík
3+
Copyright (c) 2022 JoeriTheGreat
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/js/card.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"devDependencies": {
1414
"@vue/compiler-sfc": "^3.2.22",
1515
"laravel-mix": "^6.0.41",
16-
"postcss": "^8.3.11",
1716
"vue-loader": "^16.8.3",
1817
"laravel-nova": "^1.12.3"
1918
},

postcss.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

webpack.mix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ mix
77
.js('resources/js/card.js', 'js')
88
.vue({ version: 3 })
99
.css('resources/css/card.css', 'css')
10-
.nova('joeri/nova-table-card')
10+
.nova('joerithegreat/nova-table-card')

0 commit comments

Comments
 (0)