Skip to content

Commit

Permalink
fix: Repair semantic release, change possum references
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Prehn committed May 11, 2018
1 parent 5b4140b commit 6cf60d0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This will open up a new browser tab at localhost:8000.
While this is running you can make changes in the src folder and the site will
automatically reload with your changes.

From time to time, you may need to run `npm install` in the root possum
From time to time, you may need to run `npm install` in the root harmonium
directory to rebuild the `lib/` directory as you change components.

If your changes aren't being reflected, try stopping the dev server, running
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![NPM Version][npm-badge]][npm-url]
[![Travis Build Status][travis-badge]][travis-url]
[![Dependency Status](https://dependencyci.com/github/revelrylabs/possum/badge)](https://dependencyci.com/github/revelrylabs/possum)
[![Dependency Status](https://dependencyci.com/github/revelrylabs/harmonium/badge)](https://dependencyci.com/github/revelrylabs/harmonium)

Harmonium is a framework of React components optimized for teams that want to ship apps fast. It is a curated list of components that work together and have cohesive styles. One of our design goals is that you never have to research and handpick component packages. Whatever you need is already here.

A gallery of components is at https://possum.revelry.co.
A gallery of components is at https://harmonium.revelry.co.

## Installation

Expand Down Expand Up @@ -36,7 +36,7 @@ function Hello() {
}
```

See the example site at https://possum.revelry.co for more examples of how to
See the example site at https://harmonium.revelry.co for more examples of how to
use the components in your projects.

## SCSS
Expand All @@ -53,13 +53,13 @@ props to the components at time of use.

## Contributing and Development

See [CONTRIBUTING.md](https://github.com/revelrylabs/possum/blob/master/CONTRIBUTING.md)
for guidance on how to develop possum.
See [CONTRIBUTING.md](https://github.com/revelrylabs/harmonium/blob/master/CONTRIBUTING.md)
for guidance on how to develop harmonium.

Bug reports and pull requests are welcome on GitHub at https://github.com/revelrylabs/possum. Check out [CONTRIBUTING.md](https://github.com/revelrylabs/possum/blob/master/CONTRIBUTING.md) for more info.
Bug reports and pull requests are welcome on GitHub at https://github.com/revelrylabs/harmonium. Check out [CONTRIBUTING.md](https://github.com/revelrylabs/harmonium/blob/master/CONTRIBUTING.md) for more info.

Everyone is welcome to participate in the project. We expect contributors to
adhere the Contributor Covenant Code of Conduct (see [CODE_OF_CONDUCT.md](https://github.com/revelrylabs/possum/blob/master/CODE_OF_CONDUCT.md)).
adhere the Contributor Covenant Code of Conduct (see [CODE_OF_CONDUCT.md](https://github.com/revelrylabs/harmonium/blob/master/CODE_OF_CONDUCT.md)).

[npm-badge]: https://img.shields.io/npm/v/harmonium.svg
[npm-url]: https://www.npmjs.com/package/harmonium
Expand Down
7 changes: 2 additions & 5 deletions docs-src/src/layouts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,19 @@ const TemplateWrapper = ({children, location}) => (
{name: 'keywords', content: 'React, JavaScript, SCSS, CSS, HTML, Web'},
]}
>
// FAVICONS
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#6422EB" />
<meta name="msapplication-TileColor" content="#6422EB" />
<meta name="theme-color" content="#6422EB" />
// OG META
<meta property="og:image" content="/og-image.jpg" />
<meta property="og:image:width" content="279" />
<meta property="og:image:height" content="279" />
<meta property="og:title" content="Harmonium" />
<meta property="og:description" content="React components for teams that move fast." />
<meta property="og:url" content="https://possum.revelry.co/" />
// STYLES
<meta property="og:url" content="https://harmonium.revelry.co/" />
<link
rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/codemirror.min.css"
Expand All @@ -49,7 +46,7 @@ const TemplateWrapper = ({children, location}) => (
/>
<link
rel="canonical"
href={`https://possum.revelry.co${location.pathname}`}
href={`https://harmonium.revelry.co${location.pathname}`}
/>
</Helmet>
<TopBar className="Show--smallOnly">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An opinionated React component framework for teams that move fast.",
"repository": {
"type": "git",
"url": "https://github.com/revelrylabs/possum.git"
"url": "https://github.com/revelrylabs/harmonium.git"
},
"dependencies": {
"bowser": "^1.9.3",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scss/vars/_vars.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import 'color-palette-defaults';
@import 'possum-defaults';
@import 'harmonium-defaults';
@import 'z-index';
File renamed without changes.
Binary file modified settings-templates/settings-templates.zip
Binary file not shown.

0 comments on commit 6cf60d0

Please sign in to comment.