Browse Source

Fixes build.

master
damencho 8 years ago
parent
commit
62c4ff719e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      package.json

+ 4
- 0
package.json View File

39
     "babel-preset-es2015": "*",
39
     "babel-preset-es2015": "*",
40
     "babelify": "*",
40
     "babelify": "*",
41
     "browserify": "11.1.x",
41
     "browserify": "11.1.x",
42
+    "browserify-css": "^0.9.2",
42
     "browserify-shim": "^3.8.10",
43
     "browserify-shim": "^3.8.10",
43
     "clean-css": "*",
44
     "clean-css": "*",
44
     "exorcist": "*",
45
     "exorcist": "*",
113
     },
114
     },
114
     "autosize": {
115
     "autosize": {
115
       "depends": "jquery:jQuery"
116
       "depends": "jquery:jQuery"
117
+    },
118
+    "browserify-css": {
119
+        "autoInject": true
116
     }
120
     }
117
   }
121
   }
118
 }
122
 }

Loading…
Cancel
Save