Skip to content

Commit a8c3c08

Browse files
committed
Merge pull request #194 from gabdallah222/master
Fixes #193
2 parents 706446d + 602b5de commit a8c3c08

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,19 @@
1717
},
1818
"devDependencies": {
1919
"browser-sync": "^1.8.1",
20-
"browserify": "^7.0.3",
2120
"gulp": "^3.8.10",
2221
"gulp-autoprefixer": "^2.0.0",
2322
"gulp-less": "^2.0.1",
2423
"gulp-notify": "^2.1.0",
2524
"gulp-sourcemaps": "^1.2.8",
2625
"gulp-util": "^3.0.1",
2726
"pretty-hrtime": "^0.2.2",
28-
"reactify": "^0.17.1",
2927
"require-dir": "^0.1.0",
3028
"underscore": "^1.7.0",
3129
"vinyl-source-stream": "^1.0.0",
3230
"watchify": "^2.2.1"
3331
},
3432
"dependencies": {
35-
"highlight.js": "^8.4.0",
36-
"react": "^0.12.2",
37-
"react-draggable2": "^0.4.1",
38-
"react-router": "^0.11.6",
39-
"react-tap-event-plugin": "^0.1.3"
33+
"highlight.js": "^8.4.0"
4034
}
4135
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"browserify": "^7.0.3",
43-
"reactify": "^0.17.1"
43+
"reactify": "^0.17.1",
44+
"react-router": "^0.11.6"
4445
}
4546
}

0 commit comments

Comments
 (0)