refactor: Use ES6 classes instead of createClass

This commit is contained in:
Tom MacWright
2017-05-11 11:04:12 -04:00
committed by Tom MacWright
parent 5657bb232a
commit f5c5f86b24
9 changed files with 89 additions and 106 deletions

View File

@ -27,6 +27,7 @@
"dependencies": {
"babel-cli": "^6.4.0",
"babel-eslint": "^7.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
@ -44,9 +45,9 @@
"isomorphic-fetch": "^2.2.0",
"lodash.debounce": "^4.0.3",
"minifyify": "^7.1.0",
"prop-types": "^15.5.9",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-pure-render": "^1.0.2",
"remark": "^7.0.0",
"remark-html": "^6.0.0",
"remark-slug": "^4.1.0",