diff --git a/package.json b/package.json index daca471..3bd37a7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -54,5 +51,8 @@ "webpack-cli": "^5.0.1", "webpack-merge": "^5.8.0" }, + "haxeDependencies": { + "haxe": "3.4.7" + }, "dependencies": {} }