mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
component: switch to our fork of aphrodite that prevents !important
This commit is contained in:
parent
470b7477e8
commit
bee6ba0072
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue