Skip to content

Commit 5c0d8e8

Browse files
committed
build: Move istanbul back to stable version
Follows-up 22d61f2, which moved istanbul from v0.2.4 to their 'harmony' branch in order to support ES6 generator functions. The branch has since then been merged and released as v0.3.9, the branch hasn't been updated since. Ref #127
1 parent 704228c commit 5c0d8e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"timekeeper": "^0.0.4"
5252
},
5353
"optionalDependencies": {
54-
"istanbul": "https://github.com/gotwarlost/istanbul/tarball/harmony"
54+
"istanbul": "0.3.9"
5555
}
5656
}

0 commit comments

Comments
 (0)