Skip to content

Commit

Permalink
@uppy/companion: don't pin Yarn version in package.json (transloadi…
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Dec 9, 2021
1 parent b1ce382 commit 43883ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -112,9 +112,7 @@
"test": "bash -c 'source env.test.sh && ../../../node_modules/jest/bin/jest.js'",
"test:watch": "yarn test -- --watch"
},
"packageManager": "yarn@3.1.0",
"engines": {
"node": ">=10.20.1",
"yarn": "3.1.0"
"node": ">=10.20.1"
}
}

0 comments on commit 43883ae

Please sign in to comment.