Skip to content

Commit 44e3212

Browse files
committed
Merge pull request #136 from bhamodi/master
Include missing react-prism package and move grunt deps into devDeps.
2 parents 87d006b + 0d256cb commit 44e3212

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
"license": "MIT",
1111
"devDependencies": {
1212
"grunt": "^0.4.5",
13+
"grunt-babel": "^5.0.1",
1314
"grunt-concurrent": "^1.0.1",
1415
"grunt-contrib-connect": "^0.10.1",
1516
"grunt-contrib-watch": "^0.6.1",
17+
"grunt-contrib-clean": "^0.6.0",
18+
"grunt-contrib-copy": "^0.8.0",
19+
"grunt-contrib-sass": "^0.9.2",
20+
"grunt-exec": "^0.4.6",
1621
"grunt-webpack": "^1.0.8",
1722
"node-libs-browser": "^0.5.2",
1823
"nuclear-js": "^1.0.5",
@@ -34,17 +39,12 @@
3439
"babel-core": "^5.5.8",
3540
"babel-loader": "^5.1.4",
3641
"css-loader": "^0.14.5",
37-
"grunt": "^0.4.5",
38-
"grunt-babel": "^5.0.1",
39-
"grunt-contrib-clean": "^0.6.0",
40-
"grunt-contrib-copy": "^0.8.0",
41-
"grunt-contrib-sass": "^0.9.2",
42-
"grunt-exec": "^0.4.6",
4342
"highlight.js": "^8.6.0",
4443
"load-grunt-config": "^0.17.1",
4544
"node-sass": "^3.2.0",
4645
"react": "^0.13.3",
4746
"react-highlight": "^0.4.1",
47+
"react-prism": "^1.4.1",
4848
"sass-loader": "^1.0.2",
4949
"style-loader": "^0.12.3"
5050
}

0 commit comments

Comments
 (0)