fix(nuxi): remove nu alias

avoid conflicting with ni global install
This commit is contained in:
Pooya Parsa 2021-10-29 12:10:29 +02:00
parent bdbfa36987
commit 8d1fcf3d69
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
"stub": "lerna run prepack -- --stub", "stub": "lerna run prepack -- --stub",
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub", "release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
"nuxi": "./node_modules/.bin/nuxi", "nuxi": "./node_modules/.bin/nuxi",
"nu": "./node_modules/.bin/nuxi",
"nuxt": "./node_modules/.bin/nuxi", "nuxt": "./node_modules/.bin/nuxi",
"play": "yarn run nuxt dev playground", "play": "yarn run nuxt dev playground",
"example": "yarn workspace example-$0 dev", "example": "yarn workspace example-$0 dev",

View File

@ -9,7 +9,6 @@
"./cli": "./bin/nuxi.mjs" "./cli": "./bin/nuxi.mjs"
}, },
"bin": { "bin": {
"nu": "./bin/nuxi.mjs",
"nuxi": "./bin/nuxi.mjs" "nuxi": "./bin/nuxi.mjs"
}, },
"scripts": { "scripts": {

View File

@ -14362,7 +14362,6 @@ fsevents@~2.3.2:
fsevents: fsevents:
optional: true optional: true
bin: bin:
nu: ./bin/nuxi.mjs
nuxi: ./bin/nuxi.mjs nuxi: ./bin/nuxi.mjs
languageName: unknown languageName: unknown
linkType: soft linkType: soft