This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix Changelog; downgrade standard-version
- Loading branch information
Showing
4 changed files
with
553 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
<div align="center"> | ||
<h1>⚛️ Molekule</h1> | ||
<p>The last React component library you'll ever need</p> | ||
|
||
|
||
[![Build Status](https://travis-ci.org/sappira-inc/molekule.svg?branch=master)](https://travis-ci.org/sappira-inc/molekule) | ||
[![codecov](https://codecov.io/gh/sappira-inc/molekule/branch/master/graph/badge.svg)](https://codecov.io/gh/sappira-inc/molekule) | ||
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-:D-blue.svg?style="flats")](https://conventionalcommits.org) | ||
</div> | ||
# ⚛️ Molekule [![Build Status](https://travis-ci.org/sappira-inc/molekule.svg?branch=master)](https://travis-ci.org/sappira-inc/molekule) [![codecov](https://codecov.io/gh/sappira-inc/molekule/branch/master/graph/badge.svg)](https://codecov.io/gh/sappira-inc/molekule) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-:D-blue.svg?style="flats")](https://conventionalcommits.org) | ||
|
||
> The last React component library you'll ever need | ||
## Contributing | ||
|
||
|
@@ -18,3 +11,11 @@ $ git clone [email protected]:sappira-inc/molekule.git | |
$ npm install | ||
$ npm run docs | ||
``` | ||
|
||
## Releasing | ||
|
||
``` | ||
$ npm run release | ||
$ git push --follow-tags | ||
$ npm publish | ||
``` |
Oops, something went wrong.