Skip to content

Commit

Permalink
fix(notebook): Add ObservableJS dependency
Browse files Browse the repository at this point in the history
Fixes #314

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Aug 18, 2022
1 parent dca5087 commit 5f84ed0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@
"color": "#CFB69A",
"theme": "light"
},
"extensionDependencies": [],
"extensionDependencies": [
"GordonSmith.observable-js"
],
"activationEvents": [
"onLanguage:ecl",
"onNotebook:ecl-notebook",
Expand Down Expand Up @@ -1256,4 +1258,4 @@
}
]
}
}
}

0 comments on commit 5f84ed0

Please sign in to comment.