change npm package name

This commit is contained in:
Matthias Kretschmann 2018-06-18 16:10:26 +02:00
parent 5d6f782deb
commit 9678ab87bd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 3 deletions

View File

@ -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.
@ -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

View File

@ -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",