Merge pull request #4700 from wuwx/patch-3

a-z order
This commit is contained in:
Taylor Otwell 2018-07-10 09:18:12 -04:00 committed by GitHub
commit 736c5cadf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,11 +12,11 @@
"devDependencies": { "devDependencies": {
"axios": "^0.18", "axios": "^0.18",
"bootstrap": "^4.0.0", "bootstrap": "^4.0.0",
"popper.js": "^1.12",
"cross-env": "^5.1", "cross-env": "^5.1",
"jquery": "^3.2", "jquery": "^3.2",
"laravel-mix": "^2.0", "laravel-mix": "^2.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"popper.js": "^1.12",
"vue": "^2.5.7" "vue": "^2.5.7"
} }
} }