Skip to content

Commit

Permalink
Fixed build for npm modules
Browse files Browse the repository at this point in the history
Added prepublish script for npm module and fixed some typos
  • Loading branch information
philippsiegmund committed Jan 30, 2019
1 parent 0236824 commit 994bb28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

THE base component library for your next React.js project. The *soup* is getting cooked with [styled-components](https://github.com/styled-components/styled-components) and [styled-system](https://github.com/jxnblk/styled-system).

Inspired by [rebass](https://github.com/rebassjs/rebass) we at [zauberware](https://www.zauberware.com) created our own component starter library: **[MagicSoup.io](https://maqgicsoup.io)**!
Inspired by [rebass](https://github.com/rebassjs/rebass) we at [zauberware](https://www.zauberware.com) created our own component starter library: **[MagicSoup.io](https://magicsoup.io)**!

**We love to code! We love to share! We love to create awesome UIs!**

Expand All @@ -26,15 +26,15 @@ Our goal is to animate more and more developers and companies to create higher o

## Features

- THE starter library to craete your own React component library
- THE starter library to create your own React component library
- Easy adoption, well known props because of [styled-system](https://github.com/jxnblk/styled-system)
- Stateless UI components
- Theming is possible and easy
- Components are extensible

## Installation

`npm i magicsoup-io/stock`
`npm i @magicsoup-io/stock`

## Quick start
`import { Text } from 'magicsoup-io/stock'`
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@magicsoup-io/stock",
"name": "@magicsoup.io/stock",
"description": "The stock for our react component library soup. - 100% veggie & gluten-free",
"version": "0.0.1",
"author": "zauberware",
Expand All @@ -21,6 +21,7 @@
},
"scripts": {
"start": "styleguidist server",
"prepublishOnly": "npm run build",
"styleguide": "styleguidist build",
"build": "webpack",
"lint": "eslint src",
Expand Down

0 comments on commit 994bb28

Please sign in to comment.