Skip to content

Commit

Permalink
change npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 18, 2018
1 parent 5d6f782 commit 9678ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 🐳 Ocean Protocol's assets for community distribution.
[![npm](https://img.shields.io/npm/v/oceanprotocol-art.svg)](https://www.npmjs.com/package/oceanprotocol-art)
[![npm](https://img.shields.io/npm/v/@oceanprotocol/art.svg)](https://www.npmjs.com/package/@oceanprotocol/art)

All assets in this repo can also be viewed and downloaded from [oceanprotocol.com/art](https://oceanprotocol.com/art). You'll find a living styleguide there too.

Expand All @@ -26,7 +26,7 @@ If you only need them for use on the web, you can grab them from inside the priv
It's encouraged to use this repo as a dependency within your projects to keep the assets in sync. The whole repo is published as a npm module so just run for installation:

```bash
npm install oceanprotocol-art
npm i @oceanprotocol/art
```

### Use as a submodule
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "oceanprotocol-art",
"name": "@oceanprotocol/art",
"version": "1.0.0",
"description": "Ocean Protocol's assets for community distribution.",
"main": "index.js",
Expand Down

0 comments on commit 9678ab8

Please sign in to comment.