Skip to content

Commit

Permalink
Merge pull request #153 from melhorenvio/feature/HOP-1409
Browse files Browse the repository at this point in the history
fix: set cross-env as depencie
  • Loading branch information
Vinícius Schlee Tessmann authored Jun 20, 2022
2 parents 3f7d878 + e07677a commit b0b8a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Tareq Hasan <tareq@wedevs.com>",
"license": "GPLv2",
"private": true,
"engines" : {
"node" : ">=14.18.0"
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"dev": "cross-env WEBPACK_ENV=development webpack --progress --colors --watch --hide-modules",
Expand All @@ -23,6 +23,7 @@
"vue-router": "^3.1.6",
"vue-safe-html": "^2.0.0",
"vue-the-mask": "^0.11.1",
"cross-env": "^5.2.1",
"vuex": "^3.3.0"
},
"devDependencies": {
Expand All @@ -39,7 +40,6 @@
"babel-runtime": "^6.26.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^5.2.1",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
Expand All @@ -54,4 +54,4 @@
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}
}

0 comments on commit b0b8a05

Please sign in to comment.