Skip to content

Commit d11510d

Browse files
committed
cleanup package.json
1 parent cf77857 commit d11510d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"url": "https://github.com/akiran/react-highlight/issues"
2727
},
2828
"homepage": "https://github.com/akiran/react-highlight",
29+
"dependencies": {
30+
"highlight.js": "^9.6.0",
31+
"react": "^0.14.0 || ^15.0.0",
32+
"react-dom": "^0.14.0 || ^15.0.0"
33+
},
2934
"devDependencies": {
3035
"autoprefixer-core": "^4.0.2",
3136
"babel": "^5.6.14",
@@ -37,7 +42,6 @@
3742
"eslint-plugin-react": "^4.3.0",
3843
"gulp": "^3.8.10",
3944
"gulp-ruby-sass": "^0.7.1",
40-
"highlight.js": "^9.6.0",
4145
"html-loader": "^0.2.3",
4246
"jasmine-core": "^2.3.4",
4347
"jsx-loader": "^0.12.2",
@@ -54,10 +58,5 @@
5458
"react-addons-test-utils": "^0.14.3",
5559
"webpack": "^1.12.2",
5660
"webpack-dev-server": "^1.6.6"
57-
},
58-
"dependencies": {
59-
"highlight.js": "^9.6.0",
60-
"react": "^0.14.0 || ^15.0.0",
61-
"react-dom": "^0.14.0 || ^15.0.0"
6261
}
6362
}

0 commit comments

Comments
 (0)