Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Feb 10, 2021
1 parent 4bf9578 commit 2d9fe86
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 @@ -5,15 +5,15 @@ The SVG icon set used by eve's front-end application as Vue components. See the
## Installation

```bash
yarn add @eve/icons
yarn add @eveio/icons

# Install Vue as a peer dependency
yarn add [email protected]
```

## Usage

Import and use the components from `@eve/icons`. You can find the list of the icons and their names [here](https://eve-icons.netlify.app/).
Import and use the components from `@eveio/icons`. You can find the list of the icons and their names [here](https://eve-icons.netlify.app/).

```vue
<template>
Expand All @@ -23,7 +23,7 @@ Import and use the components from `@eve/icons`. You can find the list of the ic
</template>
<script>
import { IconAccreditation } from '@eve/icons'
import { IconAccreditation } from '@eveio/icons'
export default {
components: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@eve/icons",
"name": "@eveio/icons",
"version": "1.0.0",
"description": "The icon set for eve's front-end applications",
"main": "dist/eve-icons.js",
"module": "dist/eve-icons.esm.js",
"author": "[email protected]",
"license": "MIT",
"files": ["dist/*"],
"devDependencies": {
"@babel/core": "^7.12.13",
"@rollup/plugin-commonjs": "^17.1.0",
Expand Down

0 comments on commit 2d9fe86

Please sign in to comment.