fix(build): fix invalid syntax that broke build (#17)

The build and `npm install` were breaking.
In addition npm start to put a deprecation message regarding `prepublish` scripts.
This commit is contained in:
Luis Custodio
2017-09-14 19:30:02 +02:00
committed by Danilo Woznica
parent 6f7e55f636
commit 3bc4a1a841

View File

@@ -1,8 +1,8 @@
import React from 'react'
import Wrap from '../Wrap'
const CodeStyle = props =>
return (
const CodeStyle = props => {
return (
<Wrap {...props}>
<rect x="0" y="0" rx="3" ry="3" width="70" height="10" />
<rect x="80" y="0" rx="3" ry="3" width="100" height="10" />