Skip to content

Commit

Permalink
Fix bad dsl package link
Browse files Browse the repository at this point in the history
  • Loading branch information
KetanReddy committed Oct 18, 2022
1 parent e620bc6 commit e3eb74b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@oclif/core": "^1.9.0",
"@oclif/plugin-legacy": "^1.2.7",
"@player-tools/cli": "^0.1.0",
"@player-tools/dsl": "^0.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@storybook/addon-docs": "^6.4.15",
Expand Down
2 changes: 1 addition & 1 deletion plugins/reference-assets/components/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ javascript_pipeline(
peer_dependencies = [
"@npm//react",
"@npm//@types/react",
"//language/dsl:@player-ui/dsl"
"@npm//@player-tools/dsl"
]
)
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3311,7 +3311,7 @@
vscode-languageserver-textdocument "^1.0.1"
vscode-languageserver-types "^3.15.1"

"@player-tools/dsl@0.1.0":
"@player-tools/dsl@0.1.0", "@player-tools/dsl@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@player-tools/dsl/-/dsl-0.1.0.tgz#babbc0033dde503787e7f62613c4525d5ed2e96b"
integrity sha512-id3+CNTRgF67mDC6eLzyX2ZEI7X38wAEBG06K6Ql6BjZbJsObukxc/qcI6aUEyQzXtKvJ5fQiqCJ8se5sm4JRA==
Expand Down

0 comments on commit e3eb74b

Please sign in to comment.