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

Commit

Permalink
reflect nova 4.x changes to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tanerkay committed May 23, 2022
1 parent 449b235 commit c21e128
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"private": true,
"scripts": {
"dev": "mix",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production"
"prod": "npm run production",
"production": "mix --production",
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"@vue-leaflet/vue-leaflet": "^0.6.1",
Expand Down

0 comments on commit c21e128

Please sign in to comment.