Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Update babel config + some devDeps to be able to build website
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jul 6, 2017
1 parent 69169ac commit efb7100
Show file tree
Hide file tree
Showing 12 changed files with 4,674 additions and 1,564 deletions.
2 changes: 1 addition & 1 deletion docs/src/layouts/Default.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"
import cx from "classnames"

import dashify from "../modules/dashify"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/layouts/Simple.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"

import Html from "../modules/Html"
import Head from "../modules/Head"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/Body/index.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"

import Header from "../Header"
import Footer from "../Footer"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/Footer/index.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"

import SVGIcon from "react-svg-inline"
import requireRaw from "../requireRaw"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/Head/index.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"

class Head extends Component {
render() {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/Header/index.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"

import SVGIcon from "react-svg-inline"
import requireRaw from "../requireRaw"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/Header/link.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"
import cx from "classnames"

class HeaderLink extends Component {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/Html/index.js
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component } from "react";import PropTypes from "prop-types"

class Html extends Component {

Expand Down

0 comments on commit efb7100

Please sign in to comment.