Skip to content

Commit

Permalink
haxe: haxeDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 2, 2023
1 parent 4834fb2 commit 9e23b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/demo_npm/haxe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "com.gamua.starling.demo-haxe",
"version": "1.0.0",
"private": true,
"config": {
"haxe": "4.0.5"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"haxe": "^5.2.1",
Expand All @@ -15,6 +12,9 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"haxeDependencies": {
"haxe": "4.0.5"
},
"scripts": {
"build": "npm run build:prod",
"build:dev": "webpack --mode=development",
Expand Down

0 comments on commit 9e23b30

Please sign in to comment.