Skip to content

Commit

Permalink
remove packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 13, 2024
1 parent bb3d8cc commit 8459547
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
3 changes: 1 addition & 2 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@
"built": false
}
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -295,4 +294,4 @@
]
]
}
}
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"vite-ecosystem-ci:build": "yarn task --task sandbox --template react-vite/default-ts",
"vite-ecosystem-ci:before-test": "node ./scripts/vite-ecosystem-ci/before-test.js && cd ./sandbox/react-vite-default-ts && yarn install",
"vite-ecosystem-ci:test": "yarn task --task test-runner-dev --template react-vite/default-ts --start-from=dev"
},
"packageManager": "[email protected]"
}
}
}
3 changes: 1 addition & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@
"verdaccio": "^5.31.1",
"verdaccio-auth-memory": "^10.2.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,5 @@
"@storybook/web-components-webpack5": "portal:../../../code/frameworks/web-components-webpack5",
"sb": "portal:../../../code/lib/cli-sb",
"storybook": "portal:../../../code/lib/cli-storybook"
},
"packageManager": "[email protected]"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"packageManager": "[email protected]"
}
}
}

0 comments on commit 8459547

Please sign in to comment.