aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorCaleb <inchristalway-tech4him@yahoo.com>2017-10-07 07:59:34 -0600
committerShawn Erquhart <shawn@erquh.art>2017-10-07 12:01:29 -0400
commit6b46d894660915333faf89ae7f9b908f9b951ad5 (patch)
tree11d5bed1d86742c6731e51e6881fb2db9afa20e0 /package.json
parentbc9e31f6c72e2a5d6d741efcbe46e47d6e5fd1d1 (diff)
Fix build with CMS 0.5.
`babel-preset-react` was in the CMS deps before, so it worked, but it was removed from the CMS deps during cleanup, breaking our build. Fixes #7.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7fe783b..0223d2e 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
+ "babel-preset-react": "^6.11.1",
"babel-register": "^6.11.6",
"browser-sync": "^2.13.0",
"css-loader": "^0.23.1",