[packages] Move @kbn/crypto to Bazel (#99233)

This commit is contained in:
Jonathan Budzenski 2021-05-05 11:33:23 -05:00 committed by GitHub
parent 96da390e6f
commit ae6109e15a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 97 additions and 17 deletions

View file

@ -10,10 +10,7 @@
"kbn:bootstrap": "yarn build",
"kbn:watch": "yarn build --watch"
},
"dependencies": {
"@kbn/crypto": "link:../kbn-crypto"
},
"devDependencies": {
"@kbn/utility-types": "link:../kbn-utility-types"
}
}
}