Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Nov 30, 2019
1 parent 803268d commit 891b89c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 🌳 Realm Kit
# 🌳 Elm

[![Build Status](https://travis-ci.org/ItsJonQ/realm-kit.svg?branch=master)](https://travis-ci.org/ItsJonQ/realm-kit)
[![Coverage Status](https://coveralls.io/repos/github/ItsJonQ/realm-kit/badge.svg?branch=master)](https://coveralls.io/github/ItsJonQ/realm-kit?branch=master)
[![Bundle size](https://badgen.net/bundlephobia/minzip/realm-kit)](https://bundlephobia.com/result?p=realm-kit)
[![Build Status](https://travis-ci.org/ItsJonQ/elm.svg?branch=master)](https://travis-ci.org/ItsJonQ/elm)
[![Coverage Status](https://coveralls.io/repos/github/ItsJonQ/elm/badge.svg?branch=master)](https://coveralls.io/github/ItsJonQ/elm?branch=master)
[![Bundle size](https://badgen.net/bundlephobia/minzip/@itsjonq/elm)](https://bundlephobia.com/result?p=@itsjonq/elm)

> A collection of handy React Elements
Expand All @@ -19,7 +19,7 @@
## Installation

```
npm install realm-kit
npm install @itsjonq/elm
```

## Elements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "realm-kit",
"name": "@itsjonq/elm",
"version": "0.0.3",
"description": "A collection of handy React Elements",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -27,12 +27,12 @@
"author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/itsjonq/realm-kit.git"
"url": "git+https://github.com/itsjonq/elm.git"
},
"bugs": {
"url": "https://github.com/itsjonq/realm-kit/issues"
"url": "https://github.com/itsjonq/elm/issues"
},
"homepage": "https://github.com/itsjonq/realm-kit#readme",
"homepage": "https://github.com/itsjonq/elm#readme",
"keywords": [
"react",
"components",
Expand Down Expand Up @@ -79,4 +79,4 @@
"json2mq": "0.2.0",
"styled-view": "0.0.7"
}
}
}

0 comments on commit 891b89c

Please sign in to comment.