We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7fb2c commit f2aa43dCopy full SHA for f2aa43d
bin/ykit
@@ -2,6 +2,8 @@
2
3
'use strict';
4
5
+require("harmonize")();
6
+
7
var cli = require('../lib/cli'),
8
cmd = process.argv[2];
9
package.json
@@ -26,6 +26,7 @@
26
"extend": "^3.0.0",
27
"extract-text-webpack-plugin": "^1.0.1",
28
"globby": "^5.0.0",
29
+ "harmonize": "^1.4.4",
30
"html-loader": "^0.4.3",
31
"inquirer": "^1.1.1",
32
"jerryproxy": "^1.0.68",
0 commit comments