Move "devDependencies" to "dependencies"
This commit is contained in:
parent
f4b424b491
commit
0570582459
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,7 @@
|
|||
"prod": "npm run production",
|
||||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"@inertiajs/inertia": "^0.1.0",
|
||||
"@inertiajs/inertia-vue": "^0.1.0",
|
||||
"axios": "^0.18",
|
||||
|
|
Loading…
Reference in New Issue