Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx committed Feb 6, 2019
1 parent 97445e5 commit 4b10499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Alva Designkit
# Alva Design UI

> This is contributor documentation. Refer to links below for user docs.
## [Getting Started with Alva](https://meetalva.io/doc/docs/guides/start?guides-enabled=true) | [meetalva.io](https://meetalva.io)


## Contributing to Alva Designkit
## Contributing to Alva Website UI

```sh
git clone git@github.com:meetalva/designkit.git
git clone git@github.com:meetalva/alva-design.git
cd designkit
npm install

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@meetalva/designkit",
"version": "1.3.1",
"name": "@meetalva/alva-design",
"version": "1.4.2",
"description": "Every component used for the official Alva website",
"alva": {
"name": "Alva Website UI",
"name": "Alva Website Design",
"color": "#1E2024",
"image": "https://media.meetalva.io/library/designkit/image.svg"
"image": "https://media.meetalva.io/library/alva-design/image.svg"
},
"main": "lib/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/meetalva/designkit.git"
"url": "git+https://github.com/meetalva/alva-design.git"
},
"author": {
"email": "hey@meetalva.io",
Expand All @@ -31,7 +31,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/meetalva/designkit/issues"
"url": "https://github.com/meetalva/alva-design/issues"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
Expand Down

1 comment on commit 4b10499

@marionebl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.