Skip to content

Commit

Permalink
haxe: haxeDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 2, 2023
1 parent a3cbc90 commit 7055714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/app/templates/haxe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "<%= packageName %>",
"version": "1.0.0",
"private": true,
"config": {
"haxe": "4.3.2"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"haxe": "^5.2.1",
Expand All @@ -14,6 +11,9 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"haxeDependencies": {
"haxe": "4.3.2"
},
"scripts": {
"build": "npm run build:prod",
"build:dev": "webpack --mode=development",
Expand Down

0 comments on commit 7055714

Please sign in to comment.