mirror of
https://github.com/oceanprotocol/art
synced 2024-11-22 01:37:03 +01:00
Merge pull request #1 from oceanprotocol/feature/npm-name
change npm package name
This commit is contained in:
commit
df1236de32
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
> 🐳 Ocean Protocol's assets for community distribution.
|
> 🐳 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.
|
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:
|
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
|
```bash
|
||||||
npm install oceanprotocol-art
|
npm i @oceanprotocol/art
|
||||||
```
|
```
|
||||||
|
|
||||||
### Use as a submodule
|
### Use as a submodule
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "oceanprotocol-art",
|
"name": "@oceanprotocol/art",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Ocean Protocol's assets for community distribution.",
|
"description": "Ocean Protocol's assets for community distribution.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user