Skip to content

Commit dc1e8c0

Browse files
Hai Nguyenninjasort
Hai Nguyen
authored andcommitted
Fixing a build problem that was introduced with 6020d61
1 parent 218ebf4 commit dc1e8c0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

docs/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,19 @@
2020
},
2121
"devDependencies": {
2222
"browser-sync": "^1.8.1",
23-
"browserify": "^7.0.3",
2423
"gulp": "^3.8.10",
2524
"gulp-autoprefixer": "^2.0.0",
2625
"gulp-less": "^2.0.1",
2726
"gulp-notify": "^2.1.0",
2827
"gulp-sourcemaps": "^1.2.8",
2928
"gulp-util": "^3.0.1",
3029
"pretty-hrtime": "^0.2.2",
31-
"reactify": "^0.17.1",
3230
"require-dir": "^0.1.0",
3331
"underscore": "^1.7.0",
3432
"vinyl-source-stream": "^1.0.0",
3533
"watchify": "^2.2.1"
3634
},
3735
"dependencies": {
38-
"highlight.js": "^8.4.0",
39-
"react-router": "^0.11.6"
36+
"highlight.js": "^8.4.0"
4037
}
4138
}

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
"url": "https://github.com/callemall/material-ui/issues"
2424
},
2525
"homepage": "http://material-ui.com/",
26+
"browserify": {
27+
"transform": [
28+
[
29+
"reactify",
30+
{
31+
"es6": true
32+
}
33+
]
34+
]
35+
},
2636
"dependencies": {
2737
"react-classset": "0.0.2",
2838
"react-draggable2": "^0.4.2",
@@ -32,6 +42,9 @@
3242
"react": "0.12.x"
3343
},
3444
"devDependencies": {
35-
"react-tools": "^0.12.2"
45+
"react-tools": "^0.12.2",
46+
"browserify": "^7.0.3",
47+
"reactify": "^0.17.1",
48+
"react-router": "^0.11.6"
3649
}
3750
}

0 commit comments

Comments
 (0)