Skip to content

Commit

Permalink
fix(nuxi): remove nu alias
Browse files Browse the repository at this point in the history
 avoid conflicting with ni global install
  • Loading branch information
pi0 committed Oct 29, 2021
1 parent bdbfa36 commit 8d1fcf3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"stub": "lerna run prepack -- --stub",
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
"nuxi": "./node_modules/.bin/nuxi",
"nu": "./node_modules/.bin/nuxi",
"nuxt": "./node_modules/.bin/nuxi",
"play": "yarn run nuxt dev playground",
"example": "yarn workspace example-$0 dev",
Expand Down
1 change: 0 additions & 1 deletion packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"./cli": "./bin/nuxi.mjs"
},
"bin": {
"nu": "./bin/nuxi.mjs",
"nuxi": "./bin/nuxi.mjs"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14362,7 +14362,6 @@ fsevents@~2.3.2:
fsevents:
optional: true
bin:
nu: ./bin/nuxi.mjs
nuxi: ./bin/nuxi.mjs
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 8d1fcf3

Please sign in to comment.