Skip to content

Commit

Permalink
Fix missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed May 7, 2019
1 parent 98cfada commit 5f4c31c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ko-jsx",
"description": "An alternative JSX renderer for Knockout.js",
"version": "0.6.0",
"version": "0.6.1",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions src/core.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as ko from 'knockout';

type Context = { disposables: any[] };
let globalContext: Context;

Expand Down

0 comments on commit 5f4c31c

Please sign in to comment.