Fixes build.

This commit is contained in:
damencho 2016-09-08 11:26:57 -05:00
parent e28f646cef
commit 62c4ff719e
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@
"babel-preset-es2015": "*",
"babelify": "*",
"browserify": "11.1.x",
"browserify-css": "^0.9.2",
"browserify-shim": "^3.8.10",
"clean-css": "*",
"exorcist": "*",
@ -113,6 +114,9 @@
},
"autosize": {
"depends": "jquery:jQuery"
},
"browserify-css": {
"autoInject": true
}
}
}