Skip to content

Commit 35ffa2c

Browse files
committed
fixed wrong dependency
1 parent 1d066ac commit 35ffa2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "controlkit",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "A lightweight gui and controller library",
55
"keywords": [
66
"gui",
@@ -18,7 +18,7 @@
1818
{"browserify" : "6.2.x",
1919
"uglify-js" : "2.4.x",
2020
"clean-css" : "2.2.x",
21-
"trough" : "2.3.x"},
21+
"through" : "2.3.x"},
2222
"repository" :
2323
{"type" : "git",
2424
"url" : "https://github.com/automat/controlkit.js.git"},

0 commit comments

Comments
 (0)