Skip to content

Commit 49b1109

Browse files
committed
[major] No longer use the binary addons as optional dependency, nuked completely
1 parent 4423b6e commit 49b1109

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,15 @@
2424
"options": ">=0.0.5",
2525
"ultron": "1.0.x"
2626
},
27-
"optionalDependencies": {
28-
"bufferutil": "1.2.x",
29-
"utf-8-validate": "1.2.x"
30-
},
3127
"devDependencies": {
3228
"ansi": "0.3.x",
3329
"benchmark": "0.3.x",
30+
"bufferutil": "1.2.x",
3431
"expect.js": "0.3.x",
3532
"mocha": "2.2.x",
3633
"should": "4.3.x",
37-
"tinycolor": "0.0.x"
34+
"tinycolor": "0.0.x",
35+
"utf-8-validate": "1.2.x"
3836
},
3937
"browser": "./lib/browser.js",
4038
"component": {

0 commit comments

Comments
 (0)