Merge pull request #1 from oceanprotocol/feature/npm-name

change npm package name
This commit is contained in:
Matthias Kretschmann 2018-06-18 16:30:11 +02:00 committed by GitHub
commit df1236de32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",