Skip to content

Commit 2043460

Browse files
committed
more package changes to get stuff working with yarn
1 parent 60d03ef commit 2043460

File tree

5 files changed

+2961
-115
lines changed

5 files changed

+2961
-115
lines changed

.npmrc

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
node-linker=hoisted

app/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@
6464
"semver": "5.5.0",
6565
"styled-components": "5.3.6",
6666
"typeface-open-sans": "0.0.75",
67-
"uuid": "8.3.2"
67+
"uuid": "3.2.1"
6868
},
6969
"devDependencies": {
70-
"@opentrons/discovery-client": "link:../discovery-client",
7170
"@types/classnames": "2.2.5",
7271
"@types/file-saver": "2.0.1",
7372
"@types/jszip": "3.1.7",

discovery-client/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ client.on('error', (error) => console.error(error)
219219
# prereq: build project before first run or after changes
220220
make -C discovery-client
221221

222-
# run via yarm run
223-
yarm run discovery [command] [options]
222+
# run via yarn run
223+
yarn run discovery [command] [options]
224224

225225
# run via npx
226226
npx discovery [command] [options]
@@ -234,7 +234,7 @@ node_modules/.bin/discovery [command] [options]
234234
The CLI's global options are almost completely the same as the API's options, with the addition of `logLevel`. You may print the options with:
235235
236236
```shell
237-
yarm discovery --help
237+
yarn discovery --help
238238
```
239239
240240
| flag | description | default | example |

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"path": "cz-conventional-changelog"
2525
}
2626
},
27+
"packageManager": "[email protected]",
2728
"engines": {
28-
"node": "^18.19.0",
29-
"pnpm": ">=3"
29+
"node": "^18.19.0"
3030
},
3131
"resolutions": {
3232
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0"

0 commit comments

Comments
 (0)