Skip to content

Commit

Permalink
Merge pull request #3 from anusaini/master
Browse files Browse the repository at this point in the history
Moving to psychic.css from psychic-ui
  • Loading branch information
gabrielcsapo authored Nov 14, 2017
2 parents ec32a61 + 7b71f7b commit 8499e40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-li

<section class="readme">
<article><h1>build.sh</h1><p><a href="https://travis-ci.org/gabrielcsapo/build.sh"><img src="https://travis-ci.org/gabrielcsapo/build.sh.svg?branch=master" alt="Build Status"></a>
<a href="https://david-dm.org/gabrielcsapo/build.sh"><img src="https://david-dm.org/gabrielcsapo/build.sh.svg" alt="Dependency Status"></a>
<a href="https://david-dm.org/gabrielcsapo/build.sh#info=devDependencies"><img src="https://david-dm.org/gabrielcsapo/build.sh/dev-status.svg" alt="devDependency Status"></a>
<a href="https://lcov-server.herokuapp.com/coverage/github%2Ecom/gabrielcsapo/build.sh"><img src="https://lcov-server.herokuapp.com/badge/github%2Ecom/gabrielcsapo/build.sh.svg" alt="Coverage Status"></a>
<a href="https://starbuck.gabrielcsapo.com/github/gabrielcsapo/build.sh"><img src="https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/build.sh/status.svg" alt="Dependency Status"></a>
<a href="https://starbuck.gabrielcsapo.com/github/gabrielcsapo/build.sh#info=devDependencies"><img src="https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/build.sh/dev-status.svg" alt="devDependency Status"></a>
<a href="https://lcov-server.gabrielcsapo.com/coverage/github%2Ecom/gabrielcsapo/build.sh"><img src="https://lcov-server.gabrielcsapo.com/badge/github%2Ecom/gabrielcsapo/build.sh.svg" alt="Coverage Status"></a>
<a href=""><img src="https://img.shields.io/npm/dt/build.sh.svg?maxAge=2592000" alt="npm"></a>
<a href=""><img src="https://img.shields.io/npm/dm/build.sh.svg?maxAge=2592000" alt="npm"></a></p>
<blockquote>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"log-update": "^2.1.0",
"opn": "^5.1.0",
"prop-types": "^15.6.0",
"psychic-ui": "^1.0.8",
"psychic.css": "0.0.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"shelljs": "^0.7.8",
Expand All @@ -69,7 +69,7 @@
],
"assets": [
"src/**/*",
"node_modules/psychic-ui/dist/psychic-min.css"
"node_modules/psychic-css/dist/psychic-min.css"
],
"targets": [
"node8-macos-x64",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'psychic-ui/dist/psychic-min.css';
import 'psychic-css/dist/psychic-min.css';
import './style.css';

import React from 'react';
Expand Down

0 comments on commit 8499e40

Please sign in to comment.