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

Commit

Permalink
Merge pull request #43 from septIO/migration-sorting
Browse files Browse the repository at this point in the history
Migration sorting
  • Loading branch information
ajthinking authored Jun 25, 2019
2 parents 5b84dcd + 2884cb4 commit a3d59ca
Show file tree
Hide file tree
Showing 6 changed files with 10,650 additions and 11,800 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/vendor
node_modules
migrations_metadata.csv
migrations_metadata.csv
.idea/
package-lock.json
4 changes: 2 additions & 2 deletions mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/src/public/js/app.js": "/src/public/js/app.js",
"/src/public/css/app.css": "/src/public/css/app.css",
"/home/mateus/public/vendor/pipe-dream/laravel/css/app.css": "/home/mateus/public/vendor/pipe-dream/laravel/css/app.css",
"/home/mateus/public/vendor/pipe-dream/laravel/js/app.js": "/home/mateus/public/vendor/pipe-dream/laravel/js/app.js"
"/C:/public/vendor/pipe-dream/laravel/css/app.css": "/C:/public/vendor/pipe-dream/laravel/css/app.css",
"/C:/public/vendor/pipe-dream/laravel/js/app.js": "/C:/public/vendor/pipe-dream/laravel/js/app.js"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"vue-template-compiler": "^2.6.4"
},
"dependencies": {
"axios": "^0.19.0",
"brace": "^0.11.0",
"change-case": "^3.1.0",
"collect.js": "^4.6.5",
Expand Down
Loading

0 comments on commit a3d59ca

Please sign in to comment.