Fixing JSON parse errors from #97
This commit is contained in:
+2
-2
@@ -21,9 +21,9 @@
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan migrate --package=cartalyst/sentry"
|
||||
"php artisan migrate --package=cartalyst/sentry",
|
||||
"php artisan migrate"
|
||||
]
|
||||
],
|
||||
"pre-update-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user