Skip to content

Commit e9d71bd

Browse files
committed
Merge pull request #10 from olmokramer/patch-1
Fixed missing event-kit dependency in package.json
2 parents f011903 + 7b8ea59 commit e9d71bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"theorist": "~1.0.2",
6969
"react-tools": "0.12.2",
7070
"ect": "~0.5.9",
71-
"chokidar": ">=0.2.6"
71+
"chokidar": ">=0.2.6",
72+
"event-kit": "~1.0.2"
7273
}
7374
}

0 commit comments

Comments
 (0)