component: switch to our fork of aphrodite that prevents !important

This commit is contained in:
Guillermo Rauch 2016-07-16 11:53:15 -07:00
parent 470b7477e8
commit bee6ba0072
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import React from 'react'; import React from 'react';
import { StyleSheet, css } from 'aphrodite'; import { StyleSheet, css } from 'aphrodite-simple';
import { shouldComponentUpdate } from 'react-addons-pure-render-mixin'; import { shouldComponentUpdate } from 'react-addons-pure-render-mixin';
export default class Component extends React.Component { export default class Component extends React.Component {

View file

@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"repository": "zeit/hyperterm", "repository": "zeit/hyperterm",
"dependencies": { "dependencies": {
"aphrodite": "0.4.1", "aphrodite-simple": "0.4.1",
"hterm-umdjs": "1.1.2", "hterm-umdjs": "1.1.2",
"json-loader": "0.5.4", "json-loader": "0.5.4",
"mousetrap": "1.6.0", "mousetrap": "1.6.0",