Skip to content

Commit

Permalink
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 e3d5430 commit 2a2a221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
"build-swc": "compc -load-config=node_modules/@apache-royale/royale-js/royale-asjs/frameworks/js-config.xml -keep-as3-metadata=JSModule -include-sources=lib -compiler.targets=SWF -output=dist/actuate.swc",
"prepublishOnly": "npm run build"
},
"config": {
"haxe": "3.4.7"
},
"devDependencies": {
"@apache-royale/royale-js": "^0.9.8",
"brotli-webpack-plugin": "^1.1.0",
Expand All @@ -54,5 +51,8 @@
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"haxeDependencies": {
"haxe": "3.4.7"
},
"dependencies": {}
}

0 comments on commit 2a2a221

Please sign in to comment.