Skip to content

Commit

Permalink
fix: switch order of binaries (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan authored Oct 3, 2023
1 parent 38dd3f5 commit 64152db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"type": "module",
"bin": {
"hlx": "./index.js",
"aem": "./index.js"
"aem": "./index.js",
"hlx": "./index.js"
},
"scripts": {
"check": "npm run lint && npm run test",
Expand Down

0 comments on commit 64152db

Please sign in to comment.