Commit 05705824 by Jonathan Reinink

Move "devDependencies" to "dependencies"

1 parent f4b424b4
Showing with 1 additions and 1 deletions
This diff could not be displayed because it is too large.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"prod": "npm run production", "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" "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": "^0.1.0",
"@inertiajs/inertia-vue": "^0.1.0", "@inertiajs/inertia-vue": "^0.1.0",
"axios": "^0.18", "axios": "^0.18",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!